Shades of Heliotrope #BA72F3
Tints of Heliotrope #BA72F3
RGB
CMYK
RGB Variations
Color information
#BA72F3 (or 0xBA72F3) is known color: Heliotrope. HEX triplet: BA, 72 and F3. RGB value is (186,114,243). Sum of RGB (Red+Green+Blue) = 186+114+243=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 243 (95.31% from 255 or 44.75% from 543); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA72F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA72F3 is #458D0C. Grayscale: #959595. Windows color (decimal): -4558093 or 15954618. OLE color: 15954618.
HSL color Cylindrical-coordinate representation of color #BA72F3: hue angle of 273.49º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA72F3 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 114 | 243 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.05 |
| HSL | 273.49º | 0.84% | 0.7% | - |
| HSV(B) | 273.49º | 0.53% | 0.95% | - |
| XYZ | 42.44 | 28.94 | 88.14 | - |
| YUV | 150.23 | 180.35 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 243 | 0.23 | 0.53 | 0 | 0.05 | 273.49 | 0.84 | 0.7 |
| Hex | BA | 72 | F3 | 17 | 35 | 0 | 5 | 111 | 54 | 46 |
| Octal | 272 | 162 | 363 | 27 | 65 | 0 | 5 | 421 | 124 | 106 |
| Binary | 10111010 | 1110010 | 11110011 | 10111 | 110101 | 0 | 101 | 100010001 | 1010100 | 1000110 |
Color Harmonies of #BA72F3
Complementary color
Monochromatic Colors of #BA72F3
Black with #BA72F3
Text Example
Text Example
White with #BA72F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA72F3; }
p { color: rgb(186,114,243); }
H1.HeaderClassName
{
color: #BA72F3;
}
.AnyTagClassName
{
color: #BA72F3;
}
</style>
background-color css
<style>
a { background-color: #BA72F3; }
a { background-color: rgb(186,114,243); }
div.DivClassName
{
background-color: #BA72F3;
}
.BgClassName
{
background-color: #BA72F3;
}
</style>
border-color css
<style>
span { border-color: #BA72F3; }
span { border-color: rgb(186,114,243); }
td.TdClassName
{
border-color: #BA72F3;
}
.TagClassName
{
border-color: #BA72F3;
}
</style>