Shades of Heliotrope #BA75EC
Tints of Heliotrope #BA75EC
RGB
CMYK
RGB Variations
Color information
#BA75EC (or 0xBA75EC) is known color: Heliotrope. HEX triplet: BA, 75 and EC. RGB value is (186,117,236). Sum of RGB (Red+Green+Blue) = 186+117+236=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA75EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA75EC is #458A13. Grayscale: #969696. Windows color (decimal): -4557332 or 15496634. OLE color: 15496634.
HSL color Cylindrical-coordinate representation of color #BA75EC: hue angle of 274.79º 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 #BA75EC is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 117 | 236 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.07 |
| HSL | 274.79º | 0.76% | 0.69% | - |
| HSV(B) | 274.79º | 0.5% | 0.93% | - |
| XYZ | 41.75 | 29.22 | 82.8 | - |
| YUV | 151.2 | 175.86 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 236 | 0.21 | 0.50 | 0 | 0.07 | 274.79 | 0.76 | 0.69 |
| Hex | BA | 75 | EC | 15 | 32 | 0 | 7 | 113 | 4C | 45 |
| Octal | 272 | 165 | 354 | 25 | 62 | 0 | 7 | 423 | 114 | 105 |
| Binary | 10111010 | 1110101 | 11101100 | 10101 | 110010 | 0 | 111 | 100010011 | 1001100 | 1000101 |
Color Harmonies of #BA75EC
Complementary color
Monochromatic Colors of #BA75EC
Black with #BA75EC
Text Example
Text Example
White with #BA75EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75EC; }
p { color: rgb(186,117,236); }
H1.HeaderClassName
{
color: #BA75EC;
}
.AnyTagClassName
{
color: #BA75EC;
}
</style>
background-color css
<style>
a { background-color: #BA75EC; }
a { background-color: rgb(186,117,236); }
div.DivClassName
{
background-color: #BA75EC;
}
.BgClassName
{
background-color: #BA75EC;
}
</style>
border-color css
<style>
span { border-color: #BA75EC; }
span { border-color: rgb(186,117,236); }
td.TdClassName
{
border-color: #BA75EC;
}
.TagClassName
{
border-color: #BA75EC;
}
</style>