Shades of Heliotrope #BA73FA
Tints of Heliotrope #BA73FA
RGB
CMYK
RGB Variations
Color information
#BA73FA (or 0xBA73FA) is known color: Heliotrope. HEX triplet: BA, 73 and FA. RGB value is (186,115,250). Sum of RGB (Red+Green+Blue) = 186+115+250=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA73FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA73FA is #458C05. Grayscale: #979797. Windows color (decimal): -4557830 or 16413626. OLE color: 16413626.
HSL color Cylindrical-coordinate representation of color #BA73FA: hue angle of 271.56º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA73FA is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 115 | 250 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.02 |
| HSL | 271.56º | 0.93% | 0.72% | - |
| HSV(B) | 271.56º | 0.54% | 0.98% | - |
| XYZ | 43.64 | 29.6 | 93.86 | - |
| YUV | 151.62 | 183.52 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 250 | 0.26 | 0.54 | 0 | 0.02 | 271.56 | 0.93 | 0.72 |
| Hex | BA | 73 | FA | 1A | 36 | 0 | 2 | 110 | 5D | 48 |
| Octal | 272 | 163 | 372 | 32 | 66 | 0 | 2 | 420 | 135 | 110 |
| Binary | 10111010 | 1110011 | 11111010 | 11010 | 110110 | 0 | 10 | 100010000 | 1011101 | 1001000 |
Color Harmonies of #BA73FA
Complementary color
Monochromatic Colors of #BA73FA
Black with #BA73FA
Text Example
Text Example
White with #BA73FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73FA; }
p { color: rgb(186,115,250); }
H1.HeaderClassName
{
color: #BA73FA;
}
.AnyTagClassName
{
color: #BA73FA;
}
</style>
background-color css
<style>
a { background-color: #BA73FA; }
a { background-color: rgb(186,115,250); }
div.DivClassName
{
background-color: #BA73FA;
}
.BgClassName
{
background-color: #BA73FA;
}
</style>
border-color css
<style>
span { border-color: #BA73FA; }
span { border-color: rgb(186,115,250); }
td.TdClassName
{
border-color: #BA73FA;
}
.TagClassName
{
border-color: #BA73FA;
}
</style>