Shades of Medium Violet Red #BA0A72
Tints of Medium Violet Red #BA0A72
RGB
CMYK
RGB Variations
Color information
#BA0A72 (or 0xBA0A72) is known color: Medium Violet Red. HEX triplet: BA, 0A and 72. RGB value is (186,10,114). Sum of RGB (Red+Green+Blue) = 186+10+114=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0A72 is #45F58D. Grayscale: #4A4A4A. Windows color (decimal): -4584846 or 7473850. OLE color: 7473850.
HSL color Cylindrical-coordinate representation of color #BA0A72: hue angle of 324.55º 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 #BA0A72 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 10 | 114 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.27 |
| HSL | 324.55º | 0.9% | 0.38% | - |
| HSV(B) | 324.55º | 0.95% | 0.73% | - |
| XYZ | 23.4 | 11.87 | 16.98 | - |
| YUV | 74.48 | 150.31 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 114 | 0 | 0.95 | 0.39 | 0.27 | 324.55 | 0.9 | 0.38 |
| Hex | BA | A | 72 | 0 | 5F | 27 | 1B | 145 | 5A | 26 |
| Octal | 272 | 12 | 162 | 0 | 137 | 47 | 33 | 505 | 132 | 46 |
| Binary | 10111010 | 1010 | 1110010 | 0 | 1011111 | 100111 | 11011 | 101000101 | 1011010 | 100110 |
Color Harmonies of #BA0A72
Complementary color
Monochromatic Colors of #BA0A72
Black with #BA0A72
Text Example
Text Example
White with #BA0A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0A72; }
p { color: rgb(186,10,114); }
H1.HeaderClassName
{
color: #BA0A72;
}
.AnyTagClassName
{
color: #BA0A72;
}
</style>
background-color css
<style>
a { background-color: #BA0A72; }
a { background-color: rgb(186,10,114); }
div.DivClassName
{
background-color: #BA0A72;
}
.BgClassName
{
background-color: #BA0A72;
}
</style>
border-color css
<style>
span { border-color: #BA0A72; }
span { border-color: rgb(186,10,114); }
td.TdClassName
{
border-color: #BA0A72;
}
.TagClassName
{
border-color: #BA0A72;
}
</style>