Shades of Heliotrope #BB76FE
Tints of Heliotrope #BB76FE
RGB
CMYK
RGB Variations
Color information
#BB76FE (or 0xBB76FE) is known color: Heliotrope. HEX triplet: BB, 76 and FE. RGB value is (187,118,254). Sum of RGB (Red+Green+Blue) = 187+118+254=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB76FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB76FE is #448901. Grayscale: #999999. Windows color (decimal): -4491522 or 16676539. OLE color: 16676539.
HSL color Cylindrical-coordinate representation of color #BB76FE: hue angle of 270.44º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB76FE is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 118 | 254 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.00 |
| HSL | 270.44º | 0.99% | 0.73% | - |
| HSV(B) | 270.44º | 0.54% | 1% | - |
| XYZ | 44.86 | 30.68 | 97.32 | - |
| YUV | 154.14 | 184.36 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 118 | 254 | 0.26 | 0.54 | 0 | 0.00 | 270.44 | 0.99 | 0.73 |
| Hex | BB | 76 | FE | 1A | 36 | 0 | 0 | 10E | 63 | 49 |
| Octal | 273 | 166 | 376 | 32 | 66 | 0 | 0 | 416 | 143 | 111 |
| Binary | 10111011 | 1110110 | 11111110 | 11010 | 110110 | 0 | 0 | 100001110 | 1100011 | 1001001 |
Color Harmonies of #BB76FE
Complementary color
Monochromatic Colors of #BB76FE
Black with #BB76FE
Text Example
Text Example
White with #BB76FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB76FE; }
p { color: rgb(187,118,254); }
H1.HeaderClassName
{
color: #BB76FE;
}
.AnyTagClassName
{
color: #BB76FE;
}
</style>
background-color css
<style>
a { background-color: #BB76FE; }
a { background-color: rgb(187,118,254); }
div.DivClassName
{
background-color: #BB76FE;
}
.BgClassName
{
background-color: #BB76FE;
}
</style>
border-color css
<style>
span { border-color: #BB76FE; }
span { border-color: rgb(187,118,254); }
td.TdClassName
{
border-color: #BB76FE;
}
.TagClassName
{
border-color: #BB76FE;
}
</style>