rgb(182, 148, 253)
- In a RGB color space, hex #b694fd color is composed of 71% red, 58% green, and 99% blue.
- In a CMYK color space, it is consist of 28% cyan, 42% magenta, 0% yellow and 1% black.
- In web design, the web safe color for #b694fd is #CC99FF. The complementary color of #b694fd is #dbfc94.
#b694fd Color Conversion
Hex Color #b694fd RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #b694fd
-
#b694fd
#b694fd
-
#dbfc94
#dbfc94
-
#dbcafe
#dbcafe
-
#edfeca
#edfeca
-
#886fbd
#886fbd
-
#a4bd6f
#a4bd6f
-
#a497be
#a497be
-
#b1be97
#b1be97
Two colors (#b694fd,#dbfc94) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#b694fd
#b694fd
-
#dbcafe
#dbcafe
-
#5b4a7e
#5b4a7e
-
#ece4fe
#ece4fe
-
#886fbd
#886fbd
-
#a497be
#a497be
-
#44375e
#44375e
-
#b1abbe
#b1abbe
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #b694fd
-
#b694fd
#b694fd
-
#A485E4
#A485E4
-
#9276CA
#9276CA
-
#7F68B1
#7F68B1
-
#6D5998
#6D5998
-
#5B4A7F
#5B4A7F
-
#493B65
#493B65
-
#372C4C
#372C4C
-
#241E33
#241E33
-
#120F19
#120F19
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#b694fd
#b694fd
-
#BD9FFD
#BD9FFD
-
#C5A9FD
#C5A9FD
-
#CCB4FE
#CCB4FE
-
#D3BFFE
#D3BFFE
-
#DBCAFE
#DBCAFE
-
#E2D4FE
#E2D4FE
-
#E9DFFE
#E9DFFE
-
#F0EAFF
#F0EAFF
-
#F8F4FF
#F8F4FF
-
#FDFCFF
#FDFCFF
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#b694fd Color Preview on Black Background
#b694fd Color Preview on White Background
<span style="color:#b694fd;">Text here</span>
#b694fd Background Color
#b694fd Background Color
<p style="background-color:#b694fd;">Text here</p>
#b694fd Border Color
<div style="border:1px solid #b694fd;">Text here</div>
<style>.text {color:#b694fd;}
.background {background-color:#b694fd;}
.border {border:1px solid #b694fd;}</style>