Shades of Medium Violet Red #BA0AA1
Tints of Medium Violet Red #BA0AA1
RGB
CMYK
RGB Variations
Color information
#BA0AA1 (or 0xBA0AA1) is known color: Medium Violet Red. HEX triplet: BA, 0A and A1. RGB value is (186,10,161). Sum of RGB (Red+Green+Blue) = 186+10+161=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0AA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0AA1 is #45F55E. Grayscale: #4F4F4F. Windows color (decimal): -4584799 or 10554042. OLE color: 10554042.
HSL color Cylindrical-coordinate representation of color #BA0AA1: hue angle of 308.52º 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 #BA0AA1 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 10 | 161 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.27 |
| HSL | 308.52º | 0.9% | 0.38% | - |
| HSV(B) | 308.52º | 0.95% | 0.73% | - |
| XYZ | 26.79 | 13.23 | 34.86 | - |
| YUV | 79.84 | 173.81 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 161 | 0 | 0.95 | 0.13 | 0.27 | 308.52 | 0.9 | 0.38 |
| Hex | BA | A | A1 | 0 | 5F | D | 1B | 135 | 5A | 26 |
| Octal | 272 | 12 | 241 | 0 | 137 | 15 | 33 | 465 | 132 | 46 |
| Binary | 10111010 | 1010 | 10100001 | 0 | 1011111 | 1101 | 11011 | 100110101 | 1011010 | 100110 |
Color Harmonies of #BA0AA1
Complementary color
Monochromatic Colors of #BA0AA1
Black with #BA0AA1
Text Example
Text Example
White with #BA0AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0AA1; }
p { color: rgb(186,10,161); }
H1.HeaderClassName
{
color: #BA0AA1;
}
.AnyTagClassName
{
color: #BA0AA1;
}
</style>
background-color css
<style>
a { background-color: #BA0AA1; }
a { background-color: rgb(186,10,161); }
div.DivClassName
{
background-color: #BA0AA1;
}
.BgClassName
{
background-color: #BA0AA1;
}
</style>
border-color css
<style>
span { border-color: #BA0AA1; }
span { border-color: rgb(186,10,161); }
td.TdClassName
{
border-color: #BA0AA1;
}
.TagClassName
{
border-color: #BA0AA1;
}
</style>