Shades of Heliotrope #BA77EC
Tints of Heliotrope #BA77EC
RGB
CMYK
RGB Variations
Color information
#BA77EC (or 0xBA77EC) is known color: Heliotrope. HEX triplet: BA, 77 and EC. RGB value is (186,119,236). Sum of RGB (Red+Green+Blue) = 186+119+236=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA77EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA77EC is #458813. Grayscale: #979797. Windows color (decimal): -4556820 or 15497146. OLE color: 15497146.
HSL color Cylindrical-coordinate representation of color #BA77EC: hue angle of 274.36º degrees, saturation: 0.75, 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 #BA77EC is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 119 | 236 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.07 |
| HSL | 274.36º | 0.75% | 0.7% | - |
| HSV(B) | 274.36º | 0.5% | 0.93% | - |
| XYZ | 41.99 | 29.69 | 82.87 | - |
| YUV | 152.37 | 175.2 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 236 | 0.21 | 0.50 | 0 | 0.07 | 274.36 | 0.75 | 0.7 |
| Hex | BA | 77 | EC | 15 | 32 | 0 | 7 | 112 | 4B | 46 |
| Octal | 272 | 167 | 354 | 25 | 62 | 0 | 7 | 422 | 113 | 106 |
| Binary | 10111010 | 1110111 | 11101100 | 10101 | 110010 | 0 | 111 | 100010010 | 1001011 | 1000110 |
Color Harmonies of #BA77EC
Complementary color
Monochromatic Colors of #BA77EC
Black with #BA77EC
Text Example
Text Example
White with #BA77EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77EC; }
p { color: rgb(186,119,236); }
H1.HeaderClassName
{
color: #BA77EC;
}
.AnyTagClassName
{
color: #BA77EC;
}
</style>
background-color css
<style>
a { background-color: #BA77EC; }
a { background-color: rgb(186,119,236); }
div.DivClassName
{
background-color: #BA77EC;
}
.BgClassName
{
background-color: #BA77EC;
}
</style>
border-color css
<style>
span { border-color: #BA77EC; }
span { border-color: rgb(186,119,236); }
td.TdClassName
{
border-color: #BA77EC;
}
.TagClassName
{
border-color: #BA77EC;
}
</style>