Shades of Medium Violet Red #BA0B77
Tints of Medium Violet Red #BA0B77
RGB
CMYK
RGB Variations
Color information
#BA0B77 (or 0xBA0B77) is known color: Medium Violet Red. HEX triplet: BA, 0B and 77. RGB value is (186,11,119). Sum of RGB (Red+Green+Blue) = 186+11+119=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0B77 is #45F488. Grayscale: #4B4B4B. Windows color (decimal): -4584585 or 7801786. OLE color: 7801786.
HSL color Cylindrical-coordinate representation of color #BA0B77: hue angle of 322.97º 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 #BA0B77 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 119 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.27 |
| HSL | 322.97º | 0.89% | 0.39% | - |
| HSV(B) | 322.97º | 0.94% | 0.73% | - |
| XYZ | 23.7 | 12.01 | 18.52 | - |
| YUV | 75.64 | 152.48 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 119 | 0 | 0.94 | 0.36 | 0.27 | 322.97 | 0.89 | 0.39 |
| Hex | BA | B | 77 | 0 | 5E | 24 | 1B | 143 | 59 | 27 |
| Octal | 272 | 13 | 167 | 0 | 136 | 44 | 33 | 503 | 131 | 47 |
| Binary | 10111010 | 1011 | 1110111 | 0 | 1011110 | 100100 | 11011 | 101000011 | 1011001 | 100111 |
Color Harmonies of #BA0B77
Complementary color
Monochromatic Colors of #BA0B77
Black with #BA0B77
Text Example
Text Example
White with #BA0B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B77; }
p { color: rgb(186,11,119); }
H1.HeaderClassName
{
color: #BA0B77;
}
.AnyTagClassName
{
color: #BA0B77;
}
</style>
background-color css
<style>
a { background-color: #BA0B77; }
a { background-color: rgb(186,11,119); }
div.DivClassName
{
background-color: #BA0B77;
}
.BgClassName
{
background-color: #BA0B77;
}
</style>
border-color css
<style>
span { border-color: #BA0B77; }
span { border-color: rgb(186,11,119); }
td.TdClassName
{
border-color: #BA0B77;
}
.TagClassName
{
border-color: #BA0B77;
}
</style>