Shades of Heliotrope #BB6EF2
Tints of Heliotrope #BB6EF2
RGB
CMYK
RGB Variations
Color information
#BB6EF2 (or 0xBB6EF2) is known color: Heliotrope. HEX triplet: BB, 6E and F2. RGB value is (187,110,242). Sum of RGB (Red+Green+Blue) = 187+110+242=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 110 (43.36% from 255 or 20.41% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB6EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6EF2 is #44910D. Grayscale: #939393. Windows color (decimal): -4493582 or 15888059. OLE color: 15888059.
HSL color Cylindrical-coordinate representation of color #BB6EF2: hue angle of 275º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB6EF2 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 110 | 242 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.05 |
| HSL | 275º | 0.84% | 0.69% | - |
| HSV(B) | 275º | 0.55% | 0.95% | - |
| XYZ | 42.1 | 28.13 | 87.21 | - |
| YUV | 148.07 | 181.01 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 110 | 242 | 0.23 | 0.55 | 0 | 0.05 | 275 | 0.84 | 0.69 |
| Hex | BB | 6E | F2 | 17 | 37 | 0 | 5 | 113 | 54 | 45 |
| Octal | 273 | 156 | 362 | 27 | 67 | 0 | 5 | 423 | 124 | 105 |
| Binary | 10111011 | 1101110 | 11110010 | 10111 | 110111 | 0 | 101 | 100010011 | 1010100 | 1000101 |
Color Harmonies of #BB6EF2
Complementary color
Monochromatic Colors of #BB6EF2
Black with #BB6EF2
Text Example
Text Example
White with #BB6EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6EF2; }
p { color: rgb(187,110,242); }
H1.HeaderClassName
{
color: #BB6EF2;
}
.AnyTagClassName
{
color: #BB6EF2;
}
</style>
background-color css
<style>
a { background-color: #BB6EF2; }
a { background-color: rgb(187,110,242); }
div.DivClassName
{
background-color: #BB6EF2;
}
.BgClassName
{
background-color: #BB6EF2;
}
</style>
border-color css
<style>
span { border-color: #BB6EF2; }
span { border-color: rgb(187,110,242); }
td.TdClassName
{
border-color: #BB6EF2;
}
.TagClassName
{
border-color: #BB6EF2;
}
</style>