Shades of Heliotrope #BB7FFF
Tints of Heliotrope #BB7FFF
RGB
CMYK
RGB Variations
Color information
#BB7FFF (or 0xBB7FFF) is known color: Heliotrope. HEX triplet: BB, 7F and FF. RGB value is (187,127,255). Sum of RGB (Red+Green+Blue) = 187+127+255=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB7FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7FFF is #448000. Grayscale: #9F9F9F. Windows color (decimal): -4489217 or 16744379. OLE color: 16744379.
HSL color Cylindrical-coordinate representation of color #BB7FFF: hue angle of 268.12º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB7FFF is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 127 | 255 | - |
| CMYK | 0.27 | 0.50 | 0 | 0 |
| HSL | 268.13º | 1% | 0.75% | - |
| HSV(B) | 268.13º | 0.5% | 1% | - |
| XYZ | 46.13 | 32.96 | 98.54 | - |
| YUV | 159.53 | 181.88 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 127 | 255 | 0.27 | 0.50 | 0 | 0 | 268.13 | 1 | 0.75 |
| Hex | BB | 7F | FF | 1B | 32 | 0 | 0 | 10C | 64 | 4B |
| Octal | 273 | 177 | 377 | 33 | 62 | 0 | 0 | 414 | 144 | 113 |
| Binary | 10111011 | 1111111 | 11111111 | 11011 | 110010 | 0 | 0 | 100001100 | 1100100 | 1001011 |
Color Harmonies of #BB7FFF
Complementary color
Monochromatic Colors of #BB7FFF
Black with #BB7FFF
Text Example
Text Example
White with #BB7FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7FFF; }
p { color: rgb(187,127,255); }
H1.HeaderClassName
{
color: #BB7FFF;
}
.AnyTagClassName
{
color: #BB7FFF;
}
</style>
background-color css
<style>
a { background-color: #BB7FFF; }
a { background-color: rgb(187,127,255); }
div.DivClassName
{
background-color: #BB7FFF;
}
.BgClassName
{
background-color: #BB7FFF;
}
</style>
border-color css
<style>
span { border-color: #BB7FFF; }
span { border-color: rgb(187,127,255); }
td.TdClassName
{
border-color: #BB7FFF;
}
.TagClassName
{
border-color: #BB7FFF;
}
</style>