Shades of Heliotrope #BB6EFC
Tints of Heliotrope #BB6EFC
RGB
CMYK
RGB Variations
Color information
#BB6EFC (or 0xBB6EFC) is known color: Heliotrope. HEX triplet: BB, 6E and FC. RGB value is (187,110,252). Sum of RGB (Red+Green+Blue) = 187+110+252=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 110 (43.36% from 255 or 20.04% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB6EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6EFC is #449103. Grayscale: #949494. Windows color (decimal): -4493572 or 16543419. OLE color: 16543419.
HSL color Cylindrical-coordinate representation of color #BB6EFC: hue angle of 272.54º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB6EFC is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 110 | 252 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.01 |
| HSL | 272.54º | 0.96% | 0.71% | - |
| HSV(B) | 272.54º | 0.56% | 0.99% | - |
| XYZ | 43.64 | 28.74 | 95.34 | - |
| YUV | 149.21 | 186.01 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 110 | 252 | 0.26 | 0.56 | 0 | 0.01 | 272.54 | 0.96 | 0.71 |
| Hex | BB | 6E | FC | 1A | 38 | 0 | 1 | 111 | 60 | 47 |
| Octal | 273 | 156 | 374 | 32 | 70 | 0 | 1 | 421 | 140 | 107 |
| Binary | 10111011 | 1101110 | 11111100 | 11010 | 111000 | 0 | 1 | 100010001 | 1100000 | 1000111 |
Color Harmonies of #BB6EFC
Complementary color
Monochromatic Colors of #BB6EFC
Black with #BB6EFC
Text Example
Text Example
White with #BB6EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6EFC; }
p { color: rgb(187,110,252); }
H1.HeaderClassName
{
color: #BB6EFC;
}
.AnyTagClassName
{
color: #BB6EFC;
}
</style>
background-color css
<style>
a { background-color: #BB6EFC; }
a { background-color: rgb(187,110,252); }
div.DivClassName
{
background-color: #BB6EFC;
}
.BgClassName
{
background-color: #BB6EFC;
}
</style>
border-color css
<style>
span { border-color: #BB6EFC; }
span { border-color: rgb(187,110,252); }
td.TdClassName
{
border-color: #BB6EFC;
}
.TagClassName
{
border-color: #BB6EFC;
}
</style>