Shades of Medium Violet Red #BA0BA0
Tints of Medium Violet Red #BA0BA0
RGB
CMYK
RGB Variations
Color information
#BA0BA0 (or 0xBA0BA0) is known color: Medium Violet Red. HEX triplet: BA, 0B and A0. RGB value is (186,11,160). Sum of RGB (Red+Green+Blue) = 186+11+160=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0BA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0BA0 is #45F45F. Grayscale: #4F4F4F. Windows color (decimal): -4584544 or 10488762. OLE color: 10488762.
HSL color Cylindrical-coordinate representation of color #BA0BA0: hue angle of 308.91º 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 #BA0BA0 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 160 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.27 |
| HSL | 308.91º | 0.89% | 0.39% | - |
| HSV(B) | 308.91º | 0.94% | 0.73% | - |
| XYZ | 26.71 | 13.22 | 34.4 | - |
| YUV | 80.31 | 172.98 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 160 | 0 | 0.94 | 0.14 | 0.27 | 308.91 | 0.89 | 0.39 |
| Hex | BA | B | A0 | 0 | 5E | E | 1B | 135 | 59 | 27 |
| Octal | 272 | 13 | 240 | 0 | 136 | 16 | 33 | 465 | 131 | 47 |
| Binary | 10111010 | 1011 | 10100000 | 0 | 1011110 | 1110 | 11011 | 100110101 | 1011001 | 100111 |
Color Harmonies of #BA0BA0
Complementary color
Monochromatic Colors of #BA0BA0
Black with #BA0BA0
Text Example
Text Example
White with #BA0BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BA0; }
p { color: rgb(186,11,160); }
H1.HeaderClassName
{
color: #BA0BA0;
}
.AnyTagClassName
{
color: #BA0BA0;
}
</style>
background-color css
<style>
a { background-color: #BA0BA0; }
a { background-color: rgb(186,11,160); }
div.DivClassName
{
background-color: #BA0BA0;
}
.BgClassName
{
background-color: #BA0BA0;
}
</style>
border-color css
<style>
span { border-color: #BA0BA0; }
span { border-color: rgb(186,11,160); }
td.TdClassName
{
border-color: #BA0BA0;
}
.TagClassName
{
border-color: #BA0BA0;
}
</style>