Shades of Medium Violet Red #BA0B71
Tints of Medium Violet Red #BA0B71
RGB
CMYK
RGB Variations
Color information
#BA0B71 (or 0xBA0B71) is known color: Medium Violet Red. HEX triplet: BA, 0B and 71. RGB value is (186,11,113). Sum of RGB (Red+Green+Blue) = 186+11+113=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0B71 is #45F48E. Grayscale: #4A4A4A. Windows color (decimal): -4584591 or 7408570. OLE color: 7408570.
HSL color Cylindrical-coordinate representation of color #BA0B71: hue angle of 325.03º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0B71 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 113 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.27 |
| HSL | 325.03º | 0.89% | 0.39% | - |
| HSV(B) | 325.03º | 0.94% | 0.73% | - |
| XYZ | 23.35 | 11.87 | 16.68 | - |
| YUV | 74.95 | 149.48 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 113 | 0 | 0.94 | 0.39 | 0.27 | 325.03 | 0.89 | 0.39 |
| Hex | BA | B | 71 | 0 | 5E | 27 | 1B | 145 | 59 | 27 |
| Octal | 272 | 13 | 161 | 0 | 136 | 47 | 33 | 505 | 131 | 47 |
| Binary | 10111010 | 1011 | 1110001 | 0 | 1011110 | 100111 | 11011 | 101000101 | 1011001 | 100111 |
Color Harmonies of #BA0B71
Complementary color
Monochromatic Colors of #BA0B71
Black with #BA0B71
Text Example
Text Example
White with #BA0B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B71; }
p { color: rgb(186,11,113); }
H1.HeaderClassName
{
color: #BA0B71;
}
.AnyTagClassName
{
color: #BA0B71;
}
</style>
background-color css
<style>
a { background-color: #BA0B71; }
a { background-color: rgb(186,11,113); }
div.DivClassName
{
background-color: #BA0B71;
}
.BgClassName
{
background-color: #BA0B71;
}
</style>
border-color css
<style>
span { border-color: #BA0B71; }
span { border-color: rgb(186,11,113); }
td.TdClassName
{
border-color: #BA0B71;
}
.TagClassName
{
border-color: #BA0B71;
}
</style>