Shades of Heliotrope #BA73F0
Tints of Heliotrope #BA73F0
RGB
CMYK
RGB Variations
Color information
#BA73F0 (or 0xBA73F0) is known color: Heliotrope. HEX triplet: BA, 73 and F0. RGB value is (186,115,240). Sum of RGB (Red+Green+Blue) = 186+115+240=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA73F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA73F0 is #458C0F. Grayscale: #969696. Windows color (decimal): -4557840 or 15758266. OLE color: 15758266.
HSL color Cylindrical-coordinate representation of color #BA73F0: hue angle of 274.08º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA73F0 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 115 | 240 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.06 |
| HSL | 274.08º | 0.81% | 0.7% | - |
| HSV(B) | 274.08º | 0.52% | 0.94% | - |
| XYZ | 42.11 | 28.99 | 85.81 | - |
| YUV | 150.48 | 178.52 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 240 | 0.22 | 0.52 | 0 | 0.06 | 274.08 | 0.81 | 0.7 |
| Hex | BA | 73 | F0 | 16 | 34 | 0 | 6 | 112 | 51 | 46 |
| Octal | 272 | 163 | 360 | 26 | 64 | 0 | 6 | 422 | 121 | 106 |
| Binary | 10111010 | 1110011 | 11110000 | 10110 | 110100 | 0 | 110 | 100010010 | 1010001 | 1000110 |
Color Harmonies of #BA73F0
Complementary color
Monochromatic Colors of #BA73F0
Black with #BA73F0
Text Example
Text Example
White with #BA73F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73F0; }
p { color: rgb(186,115,240); }
H1.HeaderClassName
{
color: #BA73F0;
}
.AnyTagClassName
{
color: #BA73F0;
}
</style>
background-color css
<style>
a { background-color: #BA73F0; }
a { background-color: rgb(186,115,240); }
div.DivClassName
{
background-color: #BA73F0;
}
.BgClassName
{
background-color: #BA73F0;
}
</style>
border-color css
<style>
span { border-color: #BA73F0; }
span { border-color: rgb(186,115,240); }
td.TdClassName
{
border-color: #BA73F0;
}
.TagClassName
{
border-color: #BA73F0;
}
</style>