Shades of Heliotrope #BB5DFE
Tints of Heliotrope #BB5DFE
RGB
CMYK
RGB Variations
Color information
#BB5DFE (or 0xBB5DFE) is known color: Heliotrope. HEX triplet: BB, 5D and FE. RGB value is (187,93,254). Sum of RGB (Red+Green+Blue) = 187+93+254=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB5DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5DFE is #44A201. Grayscale: #8A8A8A. Windows color (decimal): -4497922 or 16670139. OLE color: 16670139.
HSL color Cylindrical-coordinate representation of color #BB5DFE: hue angle of 275.03º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB5DFE is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 93 | 254 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.00 |
| HSL | 275.03º | 0.99% | 0.68% | - |
| HSV(B) | 275.03º | 0.63% | 1% | - |
| XYZ | 42.3 | 25.55 | 96.47 | - |
| YUV | 139.46 | 192.64 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 254 | 0.26 | 0.63 | 0 | 0.00 | 275.03 | 0.99 | 0.68 |
| Hex | BB | 5D | FE | 1A | 3F | 0 | 0 | 113 | 63 | 44 |
| Octal | 273 | 135 | 376 | 32 | 77 | 0 | 0 | 423 | 143 | 104 |
| Binary | 10111011 | 1011101 | 11111110 | 11010 | 111111 | 0 | 0 | 100010011 | 1100011 | 1000100 |
Color Harmonies of #BB5DFE
Complementary color
Monochromatic Colors of #BB5DFE
Black with #BB5DFE
Text Example
Text Example
White with #BB5DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5DFE; }
p { color: rgb(187,93,254); }
H1.HeaderClassName
{
color: #BB5DFE;
}
.AnyTagClassName
{
color: #BB5DFE;
}
</style>
background-color css
<style>
a { background-color: #BB5DFE; }
a { background-color: rgb(187,93,254); }
div.DivClassName
{
background-color: #BB5DFE;
}
.BgClassName
{
background-color: #BB5DFE;
}
</style>
border-color css
<style>
span { border-color: #BB5DFE; }
span { border-color: rgb(187,93,254); }
td.TdClassName
{
border-color: #BB5DFE;
}
.TagClassName
{
border-color: #BB5DFE;
}
</style>