Shades of Medium Violet Red #BA0AA0
Tints of Medium Violet Red #BA0AA0
RGB
CMYK
RGB Variations
Color information
#BA0AA0 (or 0xBA0AA0) is known color: Medium Violet Red. HEX triplet: BA, 0A and A0. RGB value is (186,10,160). Sum of RGB (Red+Green+Blue) = 186+10+160=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0AA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0AA0 is #45F55F. Grayscale: #4F4F4F. Windows color (decimal): -4584800 or 10488506. OLE color: 10488506.
HSL color Cylindrical-coordinate representation of color #BA0AA0: hue angle of 308.86º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0AA0 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 10 | 160 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.27 |
| HSL | 308.86º | 0.9% | 0.38% | - |
| HSV(B) | 308.86º | 0.95% | 0.73% | - |
| XYZ | 26.7 | 13.19 | 34.4 | - |
| YUV | 79.72 | 173.31 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 160 | 0 | 0.95 | 0.14 | 0.27 | 308.86 | 0.9 | 0.38 |
| Hex | BA | A | A0 | 0 | 5F | E | 1B | 135 | 5A | 26 |
| Octal | 272 | 12 | 240 | 0 | 137 | 16 | 33 | 465 | 132 | 46 |
| Binary | 10111010 | 1010 | 10100000 | 0 | 1011111 | 1110 | 11011 | 100110101 | 1011010 | 100110 |
Color Harmonies of #BA0AA0
Complementary color
Monochromatic Colors of #BA0AA0
Black with #BA0AA0
Text Example
Text Example
White with #BA0AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0AA0; }
p { color: rgb(186,10,160); }
H1.HeaderClassName
{
color: #BA0AA0;
}
.AnyTagClassName
{
color: #BA0AA0;
}
</style>
background-color css
<style>
a { background-color: #BA0AA0; }
a { background-color: rgb(186,10,160); }
div.DivClassName
{
background-color: #BA0AA0;
}
.BgClassName
{
background-color: #BA0AA0;
}
</style>
border-color css
<style>
span { border-color: #BA0AA0; }
span { border-color: rgb(186,10,160); }
td.TdClassName
{
border-color: #BA0AA0;
}
.TagClassName
{
border-color: #BA0AA0;
}
</style>