Shades of Heliotrope #BA76ED
Tints of Heliotrope #BA76ED
RGB
CMYK
RGB Variations
Color information
#BA76ED (or 0xBA76ED) is known color: Heliotrope. HEX triplet: BA, 76 and ED. RGB value is (186,118,237). Sum of RGB (Red+Green+Blue) = 186+118+237=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA76ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA76ED is #458912. Grayscale: #979797. Windows color (decimal): -4557075 or 15562426. OLE color: 15562426.
HSL color Cylindrical-coordinate representation of color #BA76ED: hue angle of 274.29º 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 #BA76ED is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 118 | 237 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.07 |
| HSL | 274.29º | 0.77% | 0.7% | - |
| HSV(B) | 274.29º | 0.5% | 0.93% | - |
| XYZ | 42.01 | 29.51 | 83.6 | - |
| YUV | 151.9 | 176.03 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 237 | 0.22 | 0.50 | 0 | 0.07 | 274.29 | 0.77 | 0.7 |
| Hex | BA | 76 | ED | 16 | 32 | 0 | 7 | 112 | 4D | 46 |
| Octal | 272 | 166 | 355 | 26 | 62 | 0 | 7 | 422 | 115 | 106 |
| Binary | 10111010 | 1110110 | 11101101 | 10110 | 110010 | 0 | 111 | 100010010 | 1001101 | 1000110 |
Color Harmonies of #BA76ED
Complementary color
Monochromatic Colors of #BA76ED
Black with #BA76ED
Text Example
Text Example
White with #BA76ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76ED; }
p { color: rgb(186,118,237); }
H1.HeaderClassName
{
color: #BA76ED;
}
.AnyTagClassName
{
color: #BA76ED;
}
</style>
background-color css
<style>
a { background-color: #BA76ED; }
a { background-color: rgb(186,118,237); }
div.DivClassName
{
background-color: #BA76ED;
}
.BgClassName
{
background-color: #BA76ED;
}
</style>
border-color css
<style>
span { border-color: #BA76ED; }
span { border-color: rgb(186,118,237); }
td.TdClassName
{
border-color: #BA76ED;
}
.TagClassName
{
border-color: #BA76ED;
}
</style>