Shades of Medium Violet Red #BA0C76
Tints of Medium Violet Red #BA0C76
RGB
CMYK
RGB Variations
Color information
#BA0C76 (or 0xBA0C76) is known color: Medium Violet Red. HEX triplet: BA, 0C and 76. RGB value is (186,12,118). Sum of RGB (Red+Green+Blue) = 186+12+118=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0C76 is #45F389. Grayscale: #4B4B4B. Windows color (decimal): -4584330 or 7736506. OLE color: 7736506.
HSL color Cylindrical-coordinate representation of color #BA0C76: hue angle of 323.45º degrees, saturation: 0.88, 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 #BA0C76 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 12 | 118 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.27 |
| HSL | 323.45º | 0.88% | 0.39% | - |
| HSV(B) | 323.45º | 0.94% | 0.73% | - |
| XYZ | 23.65 | 12.01 | 18.21 | - |
| YUV | 76.11 | 151.65 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 118 | 0 | 0.94 | 0.37 | 0.27 | 323.45 | 0.88 | 0.39 |
| Hex | BA | C | 76 | 0 | 5E | 25 | 1B | 143 | 58 | 27 |
| Octal | 272 | 14 | 166 | 0 | 136 | 45 | 33 | 503 | 130 | 47 |
| Binary | 10111010 | 1100 | 1110110 | 0 | 1011110 | 100101 | 11011 | 101000011 | 1011000 | 100111 |
Color Harmonies of #BA0C76
Complementary color
Monochromatic Colors of #BA0C76
Black with #BA0C76
Text Example
Text Example
White with #BA0C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0C76; }
p { color: rgb(186,12,118); }
H1.HeaderClassName
{
color: #BA0C76;
}
.AnyTagClassName
{
color: #BA0C76;
}
</style>
background-color css
<style>
a { background-color: #BA0C76; }
a { background-color: rgb(186,12,118); }
div.DivClassName
{
background-color: #BA0C76;
}
.BgClassName
{
background-color: #BA0C76;
}
</style>
border-color css
<style>
span { border-color: #BA0C76; }
span { border-color: rgb(186,12,118); }
td.TdClassName
{
border-color: #BA0C76;
}
.TagClassName
{
border-color: #BA0C76;
}
</style>