Shades of Heliotrope #BA75ED
Tints of Heliotrope #BA75ED
RGB
CMYK
RGB Variations
Color information
#BA75ED (or 0xBA75ED) is known color: Heliotrope. HEX triplet: BA, 75 and ED. RGB value is (186,117,237). Sum of RGB (Red+Green+Blue) = 186+117+237=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA75ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA75ED is #458A12. Grayscale: #969696. Windows color (decimal): -4557331 or 15562170. OLE color: 15562170.
HSL color Cylindrical-coordinate representation of color #BA75ED: hue angle of 274.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA75ED is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 117 | 237 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.07 |
| HSL | 274.5º | 0.77% | 0.69% | - |
| HSV(B) | 274.5º | 0.51% | 0.93% | - |
| XYZ | 41.9 | 29.28 | 83.56 | - |
| YUV | 151.31 | 176.36 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 237 | 0.22 | 0.51 | 0 | 0.07 | 274.5 | 0.77 | 0.69 |
| Hex | BA | 75 | ED | 16 | 33 | 0 | 7 | 112 | 4D | 45 |
| Octal | 272 | 165 | 355 | 26 | 63 | 0 | 7 | 422 | 115 | 105 |
| Binary | 10111010 | 1110101 | 11101101 | 10110 | 110011 | 0 | 111 | 100010010 | 1001101 | 1000101 |
Color Harmonies of #BA75ED
Complementary color
Monochromatic Colors of #BA75ED
Black with #BA75ED
Text Example
Text Example
White with #BA75ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75ED; }
p { color: rgb(186,117,237); }
H1.HeaderClassName
{
color: #BA75ED;
}
.AnyTagClassName
{
color: #BA75ED;
}
</style>
background-color css
<style>
a { background-color: #BA75ED; }
a { background-color: rgb(186,117,237); }
div.DivClassName
{
background-color: #BA75ED;
}
.BgClassName
{
background-color: #BA75ED;
}
</style>
border-color css
<style>
span { border-color: #BA75ED; }
span { border-color: rgb(186,117,237); }
td.TdClassName
{
border-color: #BA75ED;
}
.TagClassName
{
border-color: #BA75ED;
}
</style>