Shades of Heliotrope #BA76EC
Tints of Heliotrope #BA76EC
RGB
CMYK
RGB Variations
Color information
#BA76EC (or 0xBA76EC) is known color: Heliotrope. HEX triplet: BA, 76 and EC. RGB value is (186,118,236). Sum of RGB (Red+Green+Blue) = 186+118+236=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 118 (46.48% from 255 or 21.85% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA76EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA76EC is #458913. Grayscale: #979797. Windows color (decimal): -4557076 or 15496890. OLE color: 15496890.
HSL color Cylindrical-coordinate representation of color #BA76EC: hue angle of 274.58º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA76EC is Cyan = 0.21, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 118 | 236 | - |
| CMYK | 0.21 | 0.5 | 0 | 0.07 |
| HSL | 274.58º | 0.76% | 0.69% | - |
| HSV(B) | 274.58º | 0.5% | 0.93% | - |
| XYZ | 41.87 | 29.45 | 82.83 | - |
| YUV | 151.78 | 175.53 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 236 | 0.21 | 0.5 | 0 | 0.07 | 274.58 | 0.76 | 0.69 |
| Hex | BA | 76 | EC | 15 | 32 | 0 | 7 | 113 | 4C | 45 |
| Octal | 272 | 166 | 354 | 25 | 62 | 0 | 7 | 423 | 114 | 105 |
| Binary | 10111010 | 1110110 | 11101100 | 10101 | 110010 | 0 | 111 | 100010011 | 1001100 | 1000101 |
Color Harmonies of #BA76EC
Complementary color
Monochromatic Colors of #BA76EC
Black with #BA76EC
Text Example
Text Example
White with #BA76EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76EC; }
p { color: rgb(186,118,236); }
H1.HeaderClassName
{
color: #BA76EC;
}
.AnyTagClassName
{
color: #BA76EC;
}
</style>
background-color css
<style>
a { background-color: #BA76EC; }
a { background-color: rgb(186,118,236); }
div.DivClassName
{
background-color: #BA76EC;
}
.BgClassName
{
background-color: #BA76EC;
}
</style>
border-color css
<style>
span { border-color: #BA76EC; }
span { border-color: rgb(186,118,236); }
td.TdClassName
{
border-color: #BA76EC;
}
.TagClassName
{
border-color: #BA76EC;
}
</style>