Shades of Heliotrope #BB7FFC
Tints of Heliotrope #BB7FFC
RGB
CMYK
RGB Variations
Color information
#BB7FFC (or 0xBB7FFC) is known color: Heliotrope. HEX triplet: BB, 7F and FC. RGB value is (187,127,252). Sum of RGB (Red+Green+Blue) = 187+127+252=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 127 (50% from 255 or 22.44% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB7FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7FFC is #448003. Grayscale: #9E9E9E. Windows color (decimal): -4489220 or 16547771. OLE color: 16547771.
HSL color Cylindrical-coordinate representation of color #BB7FFC: hue angle of 268.8º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB7FFC is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 127 | 252 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.01 |
| HSL | 268.8º | 0.95% | 0.74% | - |
| HSV(B) | 268.8º | 0.5% | 0.99% | - |
| XYZ | 45.65 | 32.77 | 96.01 | - |
| YUV | 159.19 | 180.38 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 127 | 252 | 0.26 | 0.50 | 0 | 0.01 | 268.8 | 0.95 | 0.74 |
| Hex | BB | 7F | FC | 1A | 32 | 0 | 1 | 10D | 5F | 4A |
| Octal | 273 | 177 | 374 | 32 | 62 | 0 | 1 | 415 | 137 | 112 |
| Binary | 10111011 | 1111111 | 11111100 | 11010 | 110010 | 0 | 1 | 100001101 | 1011111 | 1001010 |
Color Harmonies of #BB7FFC
Complementary color
Monochromatic Colors of #BB7FFC
Black with #BB7FFC
Text Example
Text Example
White with #BB7FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7FFC; }
p { color: rgb(187,127,252); }
H1.HeaderClassName
{
color: #BB7FFC;
}
.AnyTagClassName
{
color: #BB7FFC;
}
</style>
background-color css
<style>
a { background-color: #BB7FFC; }
a { background-color: rgb(187,127,252); }
div.DivClassName
{
background-color: #BB7FFC;
}
.BgClassName
{
background-color: #BB7FFC;
}
</style>
border-color css
<style>
span { border-color: #BB7FFC; }
span { border-color: rgb(187,127,252); }
td.TdClassName
{
border-color: #BB7FFC;
}
.TagClassName
{
border-color: #BB7FFC;
}
</style>