Shades of Medium Violet Red #BA0D75
Tints of Medium Violet Red #BA0D75
RGB
CMYK
RGB Variations
Color information
#BA0D75 (or 0xBA0D75) is known color: Medium Violet Red. HEX triplet: BA, 0D and 75. RGB value is (186,13,117). Sum of RGB (Red+Green+Blue) = 186+13+117=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D75 is #45F28A. Grayscale: #4C4C4C. Windows color (decimal): -4584075 or 7671226. OLE color: 7671226.
HSL color Cylindrical-coordinate representation of color #BA0D75: hue angle of 323.93º 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 #BA0D75 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 13 | 117 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.27 |
| HSL | 323.93º | 0.87% | 0.39% | - |
| HSV(B) | 323.93º | 0.93% | 0.73% | - |
| XYZ | 23.6 | 12.01 | 17.9 | - |
| YUV | 76.58 | 150.81 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 117 | 0 | 0.93 | 0.37 | 0.27 | 323.93 | 0.87 | 0.39 |
| Hex | BA | D | 75 | 0 | 5D | 25 | 1B | 144 | 57 | 27 |
| Octal | 272 | 15 | 165 | 0 | 135 | 45 | 33 | 504 | 127 | 47 |
| Binary | 10111010 | 1101 | 1110101 | 0 | 1011101 | 100101 | 11011 | 101000100 | 1010111 | 100111 |
Color Harmonies of #BA0D75
Complementary color
Monochromatic Colors of #BA0D75
Black with #BA0D75
Text Example
Text Example
White with #BA0D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0D75; }
p { color: rgb(186,13,117); }
H1.HeaderClassName
{
color: #BA0D75;
}
.AnyTagClassName
{
color: #BA0D75;
}
</style>
background-color css
<style>
a { background-color: #BA0D75; }
a { background-color: rgb(186,13,117); }
div.DivClassName
{
background-color: #BA0D75;
}
.BgClassName
{
background-color: #BA0D75;
}
</style>
border-color css
<style>
span { border-color: #BA0D75; }
span { border-color: rgb(186,13,117); }
td.TdClassName
{
border-color: #BA0D75;
}
.TagClassName
{
border-color: #BA0D75;
}
</style>