Shades of Heliotrope #BB5CFD
Tints of Heliotrope #BB5CFD
RGB
CMYK
RGB Variations
Color information
#BB5CFD (or 0xBB5CFD) is known color: Heliotrope. HEX triplet: BB, 5C and FD. RGB value is (187,92,253). Sum of RGB (Red+Green+Blue) = 187+92+253=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 92 (36.33% from 255 or 17.29% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB5CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5CFD is #44A302. Grayscale: #8A8A8A. Windows color (decimal): -4498179 or 16604347. OLE color: 16604347.
HSL color Cylindrical-coordinate representation of color #BB5CFD: hue angle of 275.4º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB5CFD is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 92 | 253 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.01 |
| HSL | 275.4º | 0.98% | 0.68% | - |
| HSV(B) | 275.4º | 0.64% | 0.99% | - |
| XYZ | 42.05 | 25.31 | 95.6 | - |
| YUV | 138.76 | 192.47 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 253 | 0.26 | 0.64 | 0 | 0.01 | 275.4 | 0.98 | 0.68 |
| Hex | BB | 5C | FD | 1A | 40 | 0 | 1 | 113 | 62 | 44 |
| Octal | 273 | 134 | 375 | 32 | 100 | 0 | 1 | 423 | 142 | 104 |
| Binary | 10111011 | 1011100 | 11111101 | 11010 | 1000000 | 0 | 1 | 100010011 | 1100010 | 1000100 |
Color Harmonies of #BB5CFD
Complementary color
Monochromatic Colors of #BB5CFD
Black with #BB5CFD
Text Example
Text Example
White with #BB5CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5CFD; }
p { color: rgb(187,92,253); }
H1.HeaderClassName
{
color: #BB5CFD;
}
.AnyTagClassName
{
color: #BB5CFD;
}
</style>
background-color css
<style>
a { background-color: #BB5CFD; }
a { background-color: rgb(187,92,253); }
div.DivClassName
{
background-color: #BB5CFD;
}
.BgClassName
{
background-color: #BB5CFD;
}
</style>
border-color css
<style>
span { border-color: #BB5CFD; }
span { border-color: rgb(187,92,253); }
td.TdClassName
{
border-color: #BB5CFD;
}
.TagClassName
{
border-color: #BB5CFD;
}
</style>