Shades of Heliotrope #BB76ED
Tints of Heliotrope #BB76ED
RGB
CMYK
RGB Variations
Color information
#BB76ED (or 0xBB76ED) is known color: Heliotrope. HEX triplet: BB, 76 and ED. RGB value is (187,118,237). Sum of RGB (Red+Green+Blue) = 187+118+237=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB76ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB76ED is #448912. Grayscale: #979797. Windows color (decimal): -4491539 or 15562427. OLE color: 15562427.
HSL color Cylindrical-coordinate representation of color #BB76ED: hue angle of 274.79º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB76ED is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 118 | 237 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.07 |
| HSL | 274.79º | 0.77% | 0.7% | - |
| HSV(B) | 274.79º | 0.5% | 0.93% | - |
| XYZ | 42.26 | 29.64 | 83.61 | - |
| YUV | 152.2 | 175.86 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 118 | 237 | 0.21 | 0.50 | 0 | 0.07 | 274.79 | 0.77 | 0.7 |
| Hex | BB | 76 | ED | 15 | 32 | 0 | 7 | 113 | 4D | 46 |
| Octal | 273 | 166 | 355 | 25 | 62 | 0 | 7 | 423 | 115 | 106 |
| Binary | 10111011 | 1110110 | 11101101 | 10101 | 110010 | 0 | 111 | 100010011 | 1001101 | 1000110 |
Color Harmonies of #BB76ED
Complementary color
Monochromatic Colors of #BB76ED
Black with #BB76ED
Text Example
Text Example
White with #BB76ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB76ED; }
p { color: rgb(187,118,237); }
H1.HeaderClassName
{
color: #BB76ED;
}
.AnyTagClassName
{
color: #BB76ED;
}
</style>
background-color css
<style>
a { background-color: #BB76ED; }
a { background-color: rgb(187,118,237); }
div.DivClassName
{
background-color: #BB76ED;
}
.BgClassName
{
background-color: #BB76ED;
}
</style>
border-color css
<style>
span { border-color: #BB76ED; }
span { border-color: rgb(187,118,237); }
td.TdClassName
{
border-color: #BB76ED;
}
.TagClassName
{
border-color: #BB76ED;
}
</style>