Shades of Heliotrope #BB6CFC
Tints of Heliotrope #BB6CFC
RGB
CMYK
RGB Variations
Color information
#BB6CFC (or 0xBB6CFC) is known color: Heliotrope. HEX triplet: BB, 6C and FC. RGB value is (187,108,252). Sum of RGB (Red+Green+Blue) = 187+108+252=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB6CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6CFC is #449303. Grayscale: #939393. Windows color (decimal): -4494084 or 16542907. OLE color: 16542907.
HSL color Cylindrical-coordinate representation of color #BB6CFC: hue angle of 272.92º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB6CFC is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 108 | 252 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.01 |
| HSL | 272.92º | 0.96% | 0.71% | - |
| HSV(B) | 272.92º | 0.57% | 0.99% | - |
| XYZ | 43.43 | 28.32 | 95.27 | - |
| YUV | 148.04 | 186.67 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 252 | 0.26 | 0.57 | 0 | 0.01 | 272.92 | 0.96 | 0.71 |
| Hex | BB | 6C | FC | 1A | 39 | 0 | 1 | 111 | 60 | 47 |
| Octal | 273 | 154 | 374 | 32 | 71 | 0 | 1 | 421 | 140 | 107 |
| Binary | 10111011 | 1101100 | 11111100 | 11010 | 111001 | 0 | 1 | 100010001 | 1100000 | 1000111 |
Color Harmonies of #BB6CFC
Complementary color
Monochromatic Colors of #BB6CFC
Black with #BB6CFC
Text Example
Text Example
White with #BB6CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6CFC; }
p { color: rgb(187,108,252); }
H1.HeaderClassName
{
color: #BB6CFC;
}
.AnyTagClassName
{
color: #BB6CFC;
}
</style>
background-color css
<style>
a { background-color: #BB6CFC; }
a { background-color: rgb(187,108,252); }
div.DivClassName
{
background-color: #BB6CFC;
}
.BgClassName
{
background-color: #BB6CFC;
}
</style>
border-color css
<style>
span { border-color: #BB6CFC; }
span { border-color: rgb(187,108,252); }
td.TdClassName
{
border-color: #BB6CFC;
}
.TagClassName
{
border-color: #BB6CFC;
}
</style>