Shades of Heliotrope #BB7EFF
Tints of Heliotrope #BB7EFF
RGB
CMYK
RGB Variations
Color information
#BB7EFF (or 0xBB7EFF) is known color: Heliotrope. HEX triplet: BB, 7E and FF. RGB value is (187,126,255). Sum of RGB (Red+Green+Blue) = 187+126+255=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB7EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7EFF is #448100. Grayscale: #9E9E9E. Windows color (decimal): -4489473 or 16744123. OLE color: 16744123.
HSL color Cylindrical-coordinate representation of color #BB7EFF: hue angle of 268.37º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB7EFF is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 126 | 255 | - |
| CMYK | 0.27 | 0.51 | 0 | 0 |
| HSL | 268.37º | 1% | 0.75% | - |
| HSV(B) | 268.37º | 0.51% | 1% | - |
| XYZ | 46 | 32.71 | 98.5 | - |
| YUV | 158.95 | 182.21 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 126 | 255 | 0.27 | 0.51 | 0 | 0 | 268.37 | 1 | 0.75 |
| Hex | BB | 7E | FF | 1B | 33 | 0 | 0 | 10C | 64 | 4B |
| Octal | 273 | 176 | 377 | 33 | 63 | 0 | 0 | 414 | 144 | 113 |
| Binary | 10111011 | 1111110 | 11111111 | 11011 | 110011 | 0 | 0 | 100001100 | 1100100 | 1001011 |
Color Harmonies of #BB7EFF
Complementary color
Monochromatic Colors of #BB7EFF
Black with #BB7EFF
Text Example
Text Example
White with #BB7EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7EFF; }
p { color: rgb(187,126,255); }
H1.HeaderClassName
{
color: #BB7EFF;
}
.AnyTagClassName
{
color: #BB7EFF;
}
</style>
background-color css
<style>
a { background-color: #BB7EFF; }
a { background-color: rgb(187,126,255); }
div.DivClassName
{
background-color: #BB7EFF;
}
.BgClassName
{
background-color: #BB7EFF;
}
</style>
border-color css
<style>
span { border-color: #BB7EFF; }
span { border-color: rgb(187,126,255); }
td.TdClassName
{
border-color: #BB7EFF;
}
.TagClassName
{
border-color: #BB7EFF;
}
</style>