Shades of Medium Violet Red #BA0A89
Tints of Medium Violet Red #BA0A89
RGB
CMYK
RGB Variations
Color information
#BA0A89 (or 0xBA0A89) is known color: Medium Violet Red. HEX triplet: BA, 0A and 89. RGB value is (186,10,137). Sum of RGB (Red+Green+Blue) = 186+10+137=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0A89 is #45F576. Grayscale: #4C4C4C. Windows color (decimal): -4584823 or 8981178. OLE color: 8981178.
HSL color Cylindrical-coordinate representation of color #BA0A89: hue angle of 316.7º 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 #BA0A89 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 10 | 137 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.27 |
| HSL | 316.7º | 0.9% | 0.38% | - |
| HSV(B) | 316.7º | 0.95% | 0.73% | - |
| XYZ | 24.87 | 12.46 | 24.76 | - |
| YUV | 77.1 | 161.81 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 137 | 0 | 0.95 | 0.26 | 0.27 | 316.7 | 0.9 | 0.38 |
| Hex | BA | A | 89 | 0 | 5F | 1A | 1B | 13D | 5A | 26 |
| Octal | 272 | 12 | 211 | 0 | 137 | 32 | 33 | 475 | 132 | 46 |
| Binary | 10111010 | 1010 | 10001001 | 0 | 1011111 | 11010 | 11011 | 100111101 | 1011010 | 100110 |
Color Harmonies of #BA0A89
Complementary color
Monochromatic Colors of #BA0A89
Black with #BA0A89
Text Example
Text Example
White with #BA0A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0A89; }
p { color: rgb(186,10,137); }
H1.HeaderClassName
{
color: #BA0A89;
}
.AnyTagClassName
{
color: #BA0A89;
}
</style>
background-color css
<style>
a { background-color: #BA0A89; }
a { background-color: rgb(186,10,137); }
div.DivClassName
{
background-color: #BA0A89;
}
.BgClassName
{
background-color: #BA0A89;
}
</style>
border-color css
<style>
span { border-color: #BA0A89; }
span { border-color: rgb(186,10,137); }
td.TdClassName
{
border-color: #BA0A89;
}
.TagClassName
{
border-color: #BA0A89;
}
</style>