Shades of Medium Violet Red #BA0B72
Tints of Medium Violet Red #BA0B72
RGB
CMYK
RGB Variations
Color information
#BA0B72 (or 0xBA0B72) is known color: Medium Violet Red. HEX triplet: BA, 0B and 72. RGB value is (186,11,114). Sum of RGB (Red+Green+Blue) = 186+11+114=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0B72 is #45F48D. Grayscale: #4A4A4A. Windows color (decimal): -4584590 or 7474106. OLE color: 7474106.
HSL color Cylindrical-coordinate representation of color #BA0B72: hue angle of 324.69º 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 #BA0B72 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 114 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.27 |
| HSL | 324.69º | 0.89% | 0.39% | - |
| HSV(B) | 324.69º | 0.94% | 0.73% | - |
| XYZ | 23.41 | 11.89 | 16.98 | - |
| YUV | 75.07 | 149.98 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 114 | 0 | 0.94 | 0.39 | 0.27 | 324.69 | 0.89 | 0.39 |
| Hex | BA | B | 72 | 0 | 5E | 27 | 1B | 145 | 59 | 27 |
| Octal | 272 | 13 | 162 | 0 | 136 | 47 | 33 | 505 | 131 | 47 |
| Binary | 10111010 | 1011 | 1110010 | 0 | 1011110 | 100111 | 11011 | 101000101 | 1011001 | 100111 |
Color Harmonies of #BA0B72
Complementary color
Monochromatic Colors of #BA0B72
Black with #BA0B72
Text Example
Text Example
White with #BA0B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B72; }
p { color: rgb(186,11,114); }
H1.HeaderClassName
{
color: #BA0B72;
}
.AnyTagClassName
{
color: #BA0B72;
}
</style>
background-color css
<style>
a { background-color: #BA0B72; }
a { background-color: rgb(186,11,114); }
div.DivClassName
{
background-color: #BA0B72;
}
.BgClassName
{
background-color: #BA0B72;
}
</style>
border-color css
<style>
span { border-color: #BA0B72; }
span { border-color: rgb(186,11,114); }
td.TdClassName
{
border-color: #BA0B72;
}
.TagClassName
{
border-color: #BA0B72;
}
</style>