Shades of Heliotrope #BC6AFF
Tints of Heliotrope #BC6AFF
RGB
CMYK
RGB Variations
Color information
#BC6AFF (or 0xBC6AFF) is known color: Heliotrope. HEX triplet: BC, 6A and FF. RGB value is (188,106,255). Sum of RGB (Red+Green+Blue) = 188+106+255=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC6AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6AFF is #439500. Grayscale: #929292. Windows color (decimal): -4429057 or 16739004. OLE color: 16739004.
HSL color Cylindrical-coordinate representation of color #BC6AFF: hue angle of 273.02º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC6AFF is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 106 | 255 | - |
| CMYK | 0.26 | 0.58 | 0 | 0 |
| HSL | 273.02º | 1% | 0.71% | - |
| HSV(B) | 273.02º | 0.58% | 1% | - |
| XYZ | 43.94 | 28.22 | 97.74 | - |
| YUV | 147.5 | 188.67 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 106 | 255 | 0.26 | 0.58 | 0 | 0 | 273.02 | 1 | 0.71 |
| Hex | BC | 6A | FF | 1A | 3A | 0 | 0 | 111 | 64 | 47 |
| Octal | 274 | 152 | 377 | 32 | 72 | 0 | 0 | 421 | 144 | 107 |
| Binary | 10111100 | 1101010 | 11111111 | 11010 | 111010 | 0 | 0 | 100010001 | 1100100 | 1000111 |
Color Harmonies of #BC6AFF
Complementary color
Monochromatic Colors of #BC6AFF
Black with #BC6AFF
Text Example
Text Example
White with #BC6AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6AFF; }
p { color: rgb(188,106,255); }
H1.HeaderClassName
{
color: #BC6AFF;
}
.AnyTagClassName
{
color: #BC6AFF;
}
</style>
background-color css
<style>
a { background-color: #BC6AFF; }
a { background-color: rgb(188,106,255); }
div.DivClassName
{
background-color: #BC6AFF;
}
.BgClassName
{
background-color: #BC6AFF;
}
</style>
border-color css
<style>
span { border-color: #BC6AFF; }
span { border-color: rgb(188,106,255); }
td.TdClassName
{
border-color: #BC6AFF;
}
.TagClassName
{
border-color: #BC6AFF;
}
</style>