Shades of Heliotrope #BB5EFF
Tints of Heliotrope #BB5EFF
RGB
CMYK
RGB Variations
Color information
#BB5EFF (or 0xBB5EFF) is known color: Heliotrope. HEX triplet: BB, 5E and FF. RGB value is (187,94,255). Sum of RGB (Red+Green+Blue) = 187+94+255=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB5EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5EFF is #44A100. Grayscale: #8B8B8B. Windows color (decimal): -4497665 or 16735931. OLE color: 16735931.
HSL color Cylindrical-coordinate representation of color #BB5EFF: hue angle of 274.66º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB5EFF is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 94 | 255 | - |
| CMYK | 0.27 | 0.63 | 0 | 0 |
| HSL | 274.66º | 1% | 0.68% | - |
| HSV(B) | 274.66º | 0.63% | 1% | - |
| XYZ | 42.55 | 25.79 | 97.34 | - |
| YUV | 140.16 | 192.81 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 255 | 0.27 | 0.63 | 0 | 0 | 274.66 | 1 | 0.68 |
| Hex | BB | 5E | FF | 1B | 3F | 0 | 0 | 113 | 64 | 44 |
| Octal | 273 | 136 | 377 | 33 | 77 | 0 | 0 | 423 | 144 | 104 |
| Binary | 10111011 | 1011110 | 11111111 | 11011 | 111111 | 0 | 0 | 100010011 | 1100100 | 1000100 |
Color Harmonies of #BB5EFF
Complementary color
Monochromatic Colors of #BB5EFF
Black with #BB5EFF
Text Example
Text Example
White with #BB5EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5EFF; }
p { color: rgb(187,94,255); }
H1.HeaderClassName
{
color: #BB5EFF;
}
.AnyTagClassName
{
color: #BB5EFF;
}
</style>
background-color css
<style>
a { background-color: #BB5EFF; }
a { background-color: rgb(187,94,255); }
div.DivClassName
{
background-color: #BB5EFF;
}
.BgClassName
{
background-color: #BB5EFF;
}
</style>
border-color css
<style>
span { border-color: #BB5EFF; }
span { border-color: rgb(187,94,255); }
td.TdClassName
{
border-color: #BB5EFF;
}
.TagClassName
{
border-color: #BB5EFF;
}
</style>