Shades of Medium Violet Red #BA0A73
Tints of Medium Violet Red #BA0A73
RGB
CMYK
RGB Variations
Color information
#BA0A73 (or 0xBA0A73) is known color: Medium Violet Red. HEX triplet: BA, 0A and 73. RGB value is (186,10,115). Sum of RGB (Red+Green+Blue) = 186+10+115=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0A73 is #45F58C. Grayscale: #4A4A4A. Windows color (decimal): -4584845 or 7539386. OLE color: 7539386.
HSL color Cylindrical-coordinate representation of color #BA0A73: hue angle of 324.2º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0A73 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 10 | 115 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.27 |
| HSL | 324.2º | 0.9% | 0.38% | - |
| HSV(B) | 324.2º | 0.95% | 0.73% | - |
| XYZ | 23.45 | 11.89 | 17.28 | - |
| YUV | 74.59 | 150.81 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 115 | 0 | 0.95 | 0.38 | 0.27 | 324.2 | 0.9 | 0.38 |
| Hex | BA | A | 73 | 0 | 5F | 26 | 1B | 144 | 5A | 26 |
| Octal | 272 | 12 | 163 | 0 | 137 | 46 | 33 | 504 | 132 | 46 |
| Binary | 10111010 | 1010 | 1110011 | 0 | 1011111 | 100110 | 11011 | 101000100 | 1011010 | 100110 |
Color Harmonies of #BA0A73
Complementary color
Monochromatic Colors of #BA0A73
Black with #BA0A73
Text Example
Text Example
White with #BA0A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0A73; }
p { color: rgb(186,10,115); }
H1.HeaderClassName
{
color: #BA0A73;
}
.AnyTagClassName
{
color: #BA0A73;
}
</style>
background-color css
<style>
a { background-color: #BA0A73; }
a { background-color: rgb(186,10,115); }
div.DivClassName
{
background-color: #BA0A73;
}
.BgClassName
{
background-color: #BA0A73;
}
</style>
border-color css
<style>
span { border-color: #BA0A73; }
span { border-color: rgb(186,10,115); }
td.TdClassName
{
border-color: #BA0A73;
}
.TagClassName
{
border-color: #BA0A73;
}
</style>