Shades of Heliotrope #BA72FA
Tints of Heliotrope #BA72FA
RGB
CMYK
RGB Variations
Color information
#BA72FA (or 0xBA72FA) is known color: Heliotrope. HEX triplet: BA, 72 and FA. RGB value is (186,114,250). Sum of RGB (Red+Green+Blue) = 186+114+250=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 114 (44.92% from 255 or 20.73% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA72FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA72FA is #458D05. Grayscale: #969696. Windows color (decimal): -4558086 or 16413370. OLE color: 16413370.
HSL color Cylindrical-coordinate representation of color #BA72FA: hue angle of 271.76º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA72FA is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 114 | 250 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.02 |
| HSL | 271.76º | 0.93% | 0.71% | - |
| HSV(B) | 271.76º | 0.54% | 0.98% | - |
| XYZ | 43.52 | 29.38 | 93.82 | - |
| YUV | 151.03 | 183.85 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 250 | 0.26 | 0.54 | 0 | 0.02 | 271.76 | 0.93 | 0.71 |
| Hex | BA | 72 | FA | 1A | 36 | 0 | 2 | 110 | 5D | 47 |
| Octal | 272 | 162 | 372 | 32 | 66 | 0 | 2 | 420 | 135 | 107 |
| Binary | 10111010 | 1110010 | 11111010 | 11010 | 110110 | 0 | 10 | 100010000 | 1011101 | 1000111 |
Color Harmonies of #BA72FA
Complementary color
Monochromatic Colors of #BA72FA
Black with #BA72FA
Text Example
Text Example
White with #BA72FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA72FA; }
p { color: rgb(186,114,250); }
H1.HeaderClassName
{
color: #BA72FA;
}
.AnyTagClassName
{
color: #BA72FA;
}
</style>
background-color css
<style>
a { background-color: #BA72FA; }
a { background-color: rgb(186,114,250); }
div.DivClassName
{
background-color: #BA72FA;
}
.BgClassName
{
background-color: #BA72FA;
}
</style>
border-color css
<style>
span { border-color: #BA72FA; }
span { border-color: rgb(186,114,250); }
td.TdClassName
{
border-color: #BA72FA;
}
.TagClassName
{
border-color: #BA72FA;
}
</style>