Shades of Heliotrope #BA73F3
Tints of Heliotrope #BA73F3
RGB
CMYK
RGB Variations
Color information
#BA73F3 (or 0xBA73F3) is known color: Heliotrope. HEX triplet: BA, 73 and F3. RGB value is (186,115,243). Sum of RGB (Red+Green+Blue) = 186+115+243=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 243 (95.31% from 255 or 44.67% from 544); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA73F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA73F3 is #458C0C. Grayscale: #969696. Windows color (decimal): -4557837 or 15954874. OLE color: 15954874.
HSL color Cylindrical-coordinate representation of color #BA73F3: hue angle of 273.28º 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 #BA73F3 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 115 | 243 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.05 |
| HSL | 273.28º | 0.84% | 0.7% | - |
| HSV(B) | 273.28º | 0.53% | 0.95% | - |
| XYZ | 42.56 | 29.17 | 88.18 | - |
| YUV | 150.82 | 180.02 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 243 | 0.23 | 0.53 | 0 | 0.05 | 273.28 | 0.84 | 0.7 |
| Hex | BA | 73 | F3 | 17 | 35 | 0 | 5 | 111 | 54 | 46 |
| Octal | 272 | 163 | 363 | 27 | 65 | 0 | 5 | 421 | 124 | 106 |
| Binary | 10111010 | 1110011 | 11110011 | 10111 | 110101 | 0 | 101 | 100010001 | 1010100 | 1000110 |
Color Harmonies of #BA73F3
Complementary color
Monochromatic Colors of #BA73F3
Black with #BA73F3
Text Example
Text Example
White with #BA73F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73F3; }
p { color: rgb(186,115,243); }
H1.HeaderClassName
{
color: #BA73F3;
}
.AnyTagClassName
{
color: #BA73F3;
}
</style>
background-color css
<style>
a { background-color: #BA73F3; }
a { background-color: rgb(186,115,243); }
div.DivClassName
{
background-color: #BA73F3;
}
.BgClassName
{
background-color: #BA73F3;
}
</style>
border-color css
<style>
span { border-color: #BA73F3; }
span { border-color: rgb(186,115,243); }
td.TdClassName
{
border-color: #BA73F3;
}
.TagClassName
{
border-color: #BA73F3;
}
</style>