Shades of Heliotrope #BB60FB
Tints of Heliotrope #BB60FB
RGB
CMYK
RGB Variations
Color information
#BB60FB (or 0xBB60FB) is known color: Heliotrope. HEX triplet: BB, 60 and FB. RGB value is (187,96,251). Sum of RGB (Red+Green+Blue) = 187+96+251=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 96 (37.89% from 255 or 17.98% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB60FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB60FB is #449F04. Grayscale: #8C8C8C. Windows color (decimal): -4497157 or 16474299. OLE color: 16474299.
HSL color Cylindrical-coordinate representation of color #BB60FB: hue angle of 275.23º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB60FB is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 96 | 251 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.02 |
| HSL | 275.23º | 0.95% | 0.68% | - |
| HSV(B) | 275.23º | 0.62% | 0.98% | - |
| XYZ | 42.09 | 25.9 | 94.05 | - |
| YUV | 140.88 | 190.15 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 251 | 0.25 | 0.62 | 0 | 0.02 | 275.23 | 0.95 | 0.68 |
| Hex | BB | 60 | FB | 19 | 3E | 0 | 2 | 113 | 5F | 44 |
| Octal | 273 | 140 | 373 | 31 | 76 | 0 | 2 | 423 | 137 | 104 |
| Binary | 10111011 | 1100000 | 11111011 | 11001 | 111110 | 0 | 10 | 100010011 | 1011111 | 1000100 |
Color Harmonies of #BB60FB
Complementary color
Monochromatic Colors of #BB60FB
Black with #BB60FB
Text Example
Text Example
White with #BB60FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB60FB; }
p { color: rgb(187,96,251); }
H1.HeaderClassName
{
color: #BB60FB;
}
.AnyTagClassName
{
color: #BB60FB;
}
</style>
background-color css
<style>
a { background-color: #BB60FB; }
a { background-color: rgb(187,96,251); }
div.DivClassName
{
background-color: #BB60FB;
}
.BgClassName
{
background-color: #BB60FB;
}
</style>
border-color css
<style>
span { border-color: #BB60FB; }
span { border-color: rgb(187,96,251); }
td.TdClassName
{
border-color: #BB60FB;
}
.TagClassName
{
border-color: #BB60FB;
}
</style>