Shades of Heliotrope #BB60FC
Tints of Heliotrope #BB60FC
RGB
CMYK
RGB Variations
Color information
#BB60FC (or 0xBB60FC) is known color: Heliotrope. HEX triplet: BB, 60 and FC. RGB value is (187,96,252). Sum of RGB (Red+Green+Blue) = 187+96+252=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB60FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB60FC is #449F03. Grayscale: #8C8C8C. Windows color (decimal): -4497156 or 16539835. OLE color: 16539835.
HSL color Cylindrical-coordinate representation of color #BB60FC: hue angle of 275º 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 #BB60FC is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 96 | 252 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.01 |
| HSL | 275º | 0.96% | 0.68% | - |
| HSV(B) | 275º | 0.62% | 0.99% | - |
| XYZ | 42.25 | 25.96 | 94.88 | - |
| YUV | 140.99 | 190.65 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 252 | 0.26 | 0.62 | 0 | 0.01 | 275 | 0.96 | 0.68 |
| Hex | BB | 60 | FC | 1A | 3E | 0 | 1 | 113 | 60 | 44 |
| Octal | 273 | 140 | 374 | 32 | 76 | 0 | 1 | 423 | 140 | 104 |
| Binary | 10111011 | 1100000 | 11111100 | 11010 | 111110 | 0 | 1 | 100010011 | 1100000 | 1000100 |
Color Harmonies of #BB60FC
Complementary color
Monochromatic Colors of #BB60FC
Black with #BB60FC
Text Example
Text Example
White with #BB60FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB60FC; }
p { color: rgb(187,96,252); }
H1.HeaderClassName
{
color: #BB60FC;
}
.AnyTagClassName
{
color: #BB60FC;
}
</style>
background-color css
<style>
a { background-color: #BB60FC; }
a { background-color: rgb(187,96,252); }
div.DivClassName
{
background-color: #BB60FC;
}
.BgClassName
{
background-color: #BB60FC;
}
</style>
border-color css
<style>
span { border-color: #BB60FC; }
span { border-color: rgb(187,96,252); }
td.TdClassName
{
border-color: #BB60FC;
}
.TagClassName
{
border-color: #BB60FC;
}
</style>