Shades of Heliotrope #BB5FFC
Tints of Heliotrope #BB5FFC
RGB
CMYK
RGB Variations
Color information
#BB5FFC (or 0xBB5FFC) is known color: Heliotrope. HEX triplet: BB, 5F and FC. RGB value is (187,95,252). Sum of RGB (Red+Green+Blue) = 187+95+252=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 95 (37.5% from 255 or 17.79% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB5FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5FFC is #44A003. Grayscale: #8B8B8B. Windows color (decimal): -4497412 or 16539579. OLE color: 16539579.
HSL color Cylindrical-coordinate representation of color #BB5FFC: hue angle of 275.16º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB5FFC is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 95 | 252 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.01 |
| HSL | 275.16º | 0.96% | 0.68% | - |
| HSV(B) | 275.16º | 0.62% | 0.99% | - |
| XYZ | 42.16 | 25.78 | 94.85 | - |
| YUV | 140.41 | 190.98 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 95 | 252 | 0.26 | 0.62 | 0 | 0.01 | 275.16 | 0.96 | 0.68 |
| Hex | BB | 5F | FC | 1A | 3E | 0 | 1 | 113 | 60 | 44 |
| Octal | 273 | 137 | 374 | 32 | 76 | 0 | 1 | 423 | 140 | 104 |
| Binary | 10111011 | 1011111 | 11111100 | 11010 | 111110 | 0 | 1 | 100010011 | 1100000 | 1000100 |
Color Harmonies of #BB5FFC
Complementary color
Monochromatic Colors of #BB5FFC
Black with #BB5FFC
Text Example
Text Example
White with #BB5FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5FFC; }
p { color: rgb(187,95,252); }
H1.HeaderClassName
{
color: #BB5FFC;
}
.AnyTagClassName
{
color: #BB5FFC;
}
</style>
background-color css
<style>
a { background-color: #BB5FFC; }
a { background-color: rgb(187,95,252); }
div.DivClassName
{
background-color: #BB5FFC;
}
.BgClassName
{
background-color: #BB5FFC;
}
</style>
border-color css
<style>
span { border-color: #BB5FFC; }
span { border-color: rgb(187,95,252); }
td.TdClassName
{
border-color: #BB5FFC;
}
.TagClassName
{
border-color: #BB5FFC;
}
</style>