Shades of Heliotrope #BA73EE
Tints of Heliotrope #BA73EE
RGB
CMYK
RGB Variations
Color information
#BA73EE (or 0xBA73EE) is known color: Heliotrope. HEX triplet: BA, 73 and EE. RGB value is (186,115,238). Sum of RGB (Red+Green+Blue) = 186+115+238=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA73EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA73EE is #458C11. Grayscale: #959595. Windows color (decimal): -4557842 or 15627194. OLE color: 15627194.
HSL color Cylindrical-coordinate representation of color #BA73EE: hue angle of 274.63º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA73EE is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 115 | 238 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.07 |
| HSL | 274.63º | 0.78% | 0.69% | - |
| HSV(B) | 274.63º | 0.52% | 0.93% | - |
| XYZ | 41.81 | 28.87 | 84.26 | - |
| YUV | 150.25 | 177.52 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 238 | 0.22 | 0.52 | 0 | 0.07 | 274.63 | 0.78 | 0.69 |
| Hex | BA | 73 | EE | 16 | 34 | 0 | 7 | 113 | 4E | 45 |
| Octal | 272 | 163 | 356 | 26 | 64 | 0 | 7 | 423 | 116 | 105 |
| Binary | 10111010 | 1110011 | 11101110 | 10110 | 110100 | 0 | 111 | 100010011 | 1001110 | 1000101 |
Color Harmonies of #BA73EE
Complementary color
Monochromatic Colors of #BA73EE
Black with #BA73EE
Text Example
Text Example
White with #BA73EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73EE; }
p { color: rgb(186,115,238); }
H1.HeaderClassName
{
color: #BA73EE;
}
.AnyTagClassName
{
color: #BA73EE;
}
</style>
background-color css
<style>
a { background-color: #BA73EE; }
a { background-color: rgb(186,115,238); }
div.DivClassName
{
background-color: #BA73EE;
}
.BgClassName
{
background-color: #BA73EE;
}
</style>
border-color css
<style>
span { border-color: #BA73EE; }
span { border-color: rgb(186,115,238); }
td.TdClassName
{
border-color: #BA73EE;
}
.TagClassName
{
border-color: #BA73EE;
}
</style>