Shades of Heliotrope #BB5DFC
Tints of Heliotrope #BB5DFC
RGB
CMYK
RGB Variations
Color information
#BB5DFC (or 0xBB5DFC) is known color: Heliotrope. HEX triplet: BB, 5D and FC. RGB value is (187,93,252). Sum of RGB (Red+Green+Blue) = 187+93+252=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB5DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5DFC is #44A203. Grayscale: #8A8A8A. Windows color (decimal): -4497924 or 16539067. OLE color: 16539067.
HSL color Cylindrical-coordinate representation of color #BB5DFC: hue angle of 275.47º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB5DFC is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 93 | 252 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.01 |
| HSL | 275.47º | 0.96% | 0.68% | - |
| HSV(B) | 275.47º | 0.63% | 0.99% | - |
| XYZ | 41.98 | 25.42 | 94.79 | - |
| YUV | 139.23 | 191.64 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 252 | 0.26 | 0.63 | 0 | 0.01 | 275.47 | 0.96 | 0.68 |
| Hex | BB | 5D | FC | 1A | 3F | 0 | 1 | 113 | 60 | 44 |
| Octal | 273 | 135 | 374 | 32 | 77 | 0 | 1 | 423 | 140 | 104 |
| Binary | 10111011 | 1011101 | 11111100 | 11010 | 111111 | 0 | 1 | 100010011 | 1100000 | 1000100 |
Color Harmonies of #BB5DFC
Complementary color
Monochromatic Colors of #BB5DFC
Black with #BB5DFC
Text Example
Text Example
White with #BB5DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5DFC; }
p { color: rgb(187,93,252); }
H1.HeaderClassName
{
color: #BB5DFC;
}
.AnyTagClassName
{
color: #BB5DFC;
}
</style>
background-color css
<style>
a { background-color: #BB5DFC; }
a { background-color: rgb(187,93,252); }
div.DivClassName
{
background-color: #BB5DFC;
}
.BgClassName
{
background-color: #BB5DFC;
}
</style>
border-color css
<style>
span { border-color: #BB5DFC; }
span { border-color: rgb(187,93,252); }
td.TdClassName
{
border-color: #BB5DFC;
}
.TagClassName
{
border-color: #BB5DFC;
}
</style>