Shades of Medium Violet Red #BA0D72
Tints of Medium Violet Red #BA0D72
RGB
CMYK
RGB Variations
Color information
#BA0D72 (or 0xBA0D72) is known color: Medium Violet Red. HEX triplet: BA, 0D and 72. RGB value is (186,13,114). Sum of RGB (Red+Green+Blue) = 186+13+114=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D72 is #45F28D. Grayscale: #4C4C4C. Windows color (decimal): -4584078 or 7474618. OLE color: 7474618.
HSL color Cylindrical-coordinate representation of color #BA0D72: hue angle of 324.97º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0D72 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 13 | 114 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.27 |
| HSL | 324.97º | 0.87% | 0.39% | - |
| HSV(B) | 324.97º | 0.93% | 0.73% | - |
| XYZ | 23.43 | 11.94 | 16.99 | - |
| YUV | 76.24 | 149.31 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 114 | 0 | 0.93 | 0.39 | 0.27 | 324.97 | 0.87 | 0.39 |
| Hex | BA | D | 72 | 0 | 5D | 27 | 1B | 145 | 57 | 27 |
| Octal | 272 | 15 | 162 | 0 | 135 | 47 | 33 | 505 | 127 | 47 |
| Binary | 10111010 | 1101 | 1110010 | 0 | 1011101 | 100111 | 11011 | 101000101 | 1010111 | 100111 |
Color Harmonies of #BA0D72
Complementary color
Monochromatic Colors of #BA0D72
Black with #BA0D72
Text Example
Text Example
White with #BA0D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0D72; }
p { color: rgb(186,13,114); }
H1.HeaderClassName
{
color: #BA0D72;
}
.AnyTagClassName
{
color: #BA0D72;
}
</style>
background-color css
<style>
a { background-color: #BA0D72; }
a { background-color: rgb(186,13,114); }
div.DivClassName
{
background-color: #BA0D72;
}
.BgClassName
{
background-color: #BA0D72;
}
</style>
border-color css
<style>
span { border-color: #BA0D72; }
span { border-color: rgb(186,13,114); }
td.TdClassName
{
border-color: #BA0D72;
}
.TagClassName
{
border-color: #BA0D72;
}
</style>