Shades of Heliotrope #BB6EFF
Tints of Heliotrope #BB6EFF
RGB
CMYK
RGB Variations
Color information
#BB6EFF (or 0xBB6EFF) is known color: Heliotrope. HEX triplet: BB, 6E and FF. RGB value is (187,110,255). Sum of RGB (Red+Green+Blue) = 187+110+255=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB6EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6EFF is #449100. Grayscale: #959595. Windows color (decimal): -4493569 or 16740027. OLE color: 16740027.
HSL color Cylindrical-coordinate representation of color #BB6EFF: hue angle of 271.86º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB6EFF is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 110 | 255 | - |
| CMYK | 0.27 | 0.57 | 0 | 0 |
| HSL | 271.86º | 1% | 0.72% | - |
| HSV(B) | 271.86º | 0.57% | 1% | - |
| XYZ | 44.12 | 28.94 | 97.87 | - |
| YUV | 149.55 | 187.51 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 110 | 255 | 0.27 | 0.57 | 0 | 0 | 271.86 | 1 | 0.72 |
| Hex | BB | 6E | FF | 1B | 39 | 0 | 0 | 110 | 64 | 48 |
| Octal | 273 | 156 | 377 | 33 | 71 | 0 | 0 | 420 | 144 | 110 |
| Binary | 10111011 | 1101110 | 11111111 | 11011 | 111001 | 0 | 0 | 100010000 | 1100100 | 1001000 |
Color Harmonies of #BB6EFF
Complementary color
Monochromatic Colors of #BB6EFF
Black with #BB6EFF
Text Example
Text Example
White with #BB6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6EFF; }
p { color: rgb(187,110,255); }
H1.HeaderClassName
{
color: #BB6EFF;
}
.AnyTagClassName
{
color: #BB6EFF;
}
</style>
background-color css
<style>
a { background-color: #BB6EFF; }
a { background-color: rgb(187,110,255); }
div.DivClassName
{
background-color: #BB6EFF;
}
.BgClassName
{
background-color: #BB6EFF;
}
</style>
border-color css
<style>
span { border-color: #BB6EFF; }
span { border-color: rgb(187,110,255); }
td.TdClassName
{
border-color: #BB6EFF;
}
.TagClassName
{
border-color: #BB6EFF;
}
</style>