Shades of Heliotrope #BA72F0
Tints of Heliotrope #BA72F0
RGB
CMYK
RGB Variations
Color information
#BA72F0 (or 0xBA72F0) is known color: Heliotrope. HEX triplet: BA, 72 and F0. RGB value is (186,114,240). Sum of RGB (Red+Green+Blue) = 186+114+240=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA72F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA72F0 is #458D0F. Grayscale: #959595. Windows color (decimal): -4558096 or 15758010. OLE color: 15758010.
HSL color Cylindrical-coordinate representation of color #BA72F0: hue angle of 274.29º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA72F0 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 114 | 240 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.06 |
| HSL | 274.29º | 0.81% | 0.69% | - |
| HSV(B) | 274.29º | 0.53% | 0.94% | - |
| XYZ | 42 | 28.77 | 85.78 | - |
| YUV | 149.89 | 178.85 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 240 | 0.22 | 0.52 | 0 | 0.06 | 274.29 | 0.81 | 0.69 |
| Hex | BA | 72 | F0 | 16 | 34 | 0 | 6 | 112 | 51 | 45 |
| Octal | 272 | 162 | 360 | 26 | 64 | 0 | 6 | 422 | 121 | 105 |
| Binary | 10111010 | 1110010 | 11110000 | 10110 | 110100 | 0 | 110 | 100010010 | 1010001 | 1000101 |
Color Harmonies of #BA72F0
Complementary color
Monochromatic Colors of #BA72F0
Black with #BA72F0
Text Example
Text Example
White with #BA72F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA72F0; }
p { color: rgb(186,114,240); }
H1.HeaderClassName
{
color: #BA72F0;
}
.AnyTagClassName
{
color: #BA72F0;
}
</style>
background-color css
<style>
a { background-color: #BA72F0; }
a { background-color: rgb(186,114,240); }
div.DivClassName
{
background-color: #BA72F0;
}
.BgClassName
{
background-color: #BA72F0;
}
</style>
border-color css
<style>
span { border-color: #BA72F0; }
span { border-color: rgb(186,114,240); }
td.TdClassName
{
border-color: #BA72F0;
}
.TagClassName
{
border-color: #BA72F0;
}
</style>