Shades of Heliotrope #BB5CFE
Tints of Heliotrope #BB5CFE
RGB
CMYK
RGB Variations
Color information
#BB5CFE (or 0xBB5CFE) is known color: Heliotrope. HEX triplet: BB, 5C and FE. RGB value is (187,92,254). Sum of RGB (Red+Green+Blue) = 187+92+254=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 92 (36.33% from 255 or 17.26% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB5CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5CFE is #44A301. Grayscale: #8A8A8A. Windows color (decimal): -4498178 or 16669883. OLE color: 16669883.
HSL color Cylindrical-coordinate representation of color #BB5CFE: hue angle of 275.19º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB5CFE is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 92 | 254 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.00 |
| HSL | 275.19º | 0.99% | 0.68% | - |
| HSV(B) | 275.19º | 0.64% | 1% | - |
| XYZ | 42.21 | 25.37 | 96.44 | - |
| YUV | 138.87 | 192.97 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 254 | 0.26 | 0.64 | 0 | 0.00 | 275.19 | 0.99 | 0.68 |
| Hex | BB | 5C | FE | 1A | 40 | 0 | 0 | 113 | 63 | 44 |
| Octal | 273 | 134 | 376 | 32 | 100 | 0 | 0 | 423 | 143 | 104 |
| Binary | 10111011 | 1011100 | 11111110 | 11010 | 1000000 | 0 | 0 | 100010011 | 1100011 | 1000100 |
Color Harmonies of #BB5CFE
Complementary color
Monochromatic Colors of #BB5CFE
Black with #BB5CFE
Text Example
Text Example
White with #BB5CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5CFE; }
p { color: rgb(187,92,254); }
H1.HeaderClassName
{
color: #BB5CFE;
}
.AnyTagClassName
{
color: #BB5CFE;
}
</style>
background-color css
<style>
a { background-color: #BB5CFE; }
a { background-color: rgb(187,92,254); }
div.DivClassName
{
background-color: #BB5CFE;
}
.BgClassName
{
background-color: #BB5CFE;
}
</style>
border-color css
<style>
span { border-color: #BB5CFE; }
span { border-color: rgb(187,92,254); }
td.TdClassName
{
border-color: #BB5CFE;
}
.TagClassName
{
border-color: #BB5CFE;
}
</style>