Shades of Heliotrope #BB76FF
Tints of Heliotrope #BB76FF
RGB
CMYK
RGB Variations
Color information
#BB76FF (or 0xBB76FF) is known color: Heliotrope. HEX triplet: BB, 76 and FF. RGB value is (187,118,255). Sum of RGB (Red+Green+Blue) = 187+118+255=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB76FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB76FF is #448900. Grayscale: #999999. Windows color (decimal): -4491521 or 16742075. OLE color: 16742075.
HSL color Cylindrical-coordinate representation of color #BB76FF: hue angle of 270.22º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB76FF is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 118 | 255 | - |
| CMYK | 0.27 | 0.54 | 0 | 0 |
| HSL | 270.22º | 1% | 0.73% | - |
| HSV(B) | 270.22º | 0.54% | 1% | - |
| XYZ | 45.02 | 30.74 | 98.17 | - |
| YUV | 154.25 | 184.86 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 118 | 255 | 0.27 | 0.54 | 0 | 0 | 270.22 | 1 | 0.73 |
| Hex | BB | 76 | FF | 1B | 36 | 0 | 0 | 10E | 64 | 49 |
| Octal | 273 | 166 | 377 | 33 | 66 | 0 | 0 | 416 | 144 | 111 |
| Binary | 10111011 | 1110110 | 11111111 | 11011 | 110110 | 0 | 0 | 100001110 | 1100100 | 1001001 |
Color Harmonies of #BB76FF
Complementary color
Monochromatic Colors of #BB76FF
Black with #BB76FF
Text Example
Text Example
White with #BB76FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB76FF; }
p { color: rgb(187,118,255); }
H1.HeaderClassName
{
color: #BB76FF;
}
.AnyTagClassName
{
color: #BB76FF;
}
</style>
background-color css
<style>
a { background-color: #BB76FF; }
a { background-color: rgb(187,118,255); }
div.DivClassName
{
background-color: #BB76FF;
}
.BgClassName
{
background-color: #BB76FF;
}
</style>
border-color css
<style>
span { border-color: #BB76FF; }
span { border-color: rgb(187,118,255); }
td.TdClassName
{
border-color: #BB76FF;
}
.TagClassName
{
border-color: #BB76FF;
}
</style>