Shades of Medium Violet Red #BA0BA2
Tints of Medium Violet Red #BA0BA2
RGB
CMYK
RGB Variations
Color information
#BA0BA2 (or 0xBA0BA2) is known color: Medium Violet Red. HEX triplet: BA, 0B and A2. RGB value is (186,11,162). Sum of RGB (Red+Green+Blue) = 186+11+162=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0BA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0BA2 is #45F45D. Grayscale: #505050. Windows color (decimal): -4584542 or 10619834. OLE color: 10619834.
HSL color Cylindrical-coordinate representation of color #BA0BA2: hue angle of 308.23º 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 #BA0BA2 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 162 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.27 |
| HSL | 308.23º | 0.89% | 0.39% | - |
| HSV(B) | 308.23º | 0.94% | 0.73% | - |
| XYZ | 26.89 | 13.29 | 35.33 | - |
| YUV | 80.54 | 173.98 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 162 | 0 | 0.94 | 0.13 | 0.27 | 308.23 | 0.89 | 0.39 |
| Hex | BA | B | A2 | 0 | 5E | D | 1B | 134 | 59 | 27 |
| Octal | 272 | 13 | 242 | 0 | 136 | 15 | 33 | 464 | 131 | 47 |
| Binary | 10111010 | 1011 | 10100010 | 0 | 1011110 | 1101 | 11011 | 100110100 | 1011001 | 100111 |
Color Harmonies of #BA0BA2
Complementary color
Monochromatic Colors of #BA0BA2
Black with #BA0BA2
Text Example
Text Example
White with #BA0BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BA2; }
p { color: rgb(186,11,162); }
H1.HeaderClassName
{
color: #BA0BA2;
}
.AnyTagClassName
{
color: #BA0BA2;
}
</style>
background-color css
<style>
a { background-color: #BA0BA2; }
a { background-color: rgb(186,11,162); }
div.DivClassName
{
background-color: #BA0BA2;
}
.BgClassName
{
background-color: #BA0BA2;
}
</style>
border-color css
<style>
span { border-color: #BA0BA2; }
span { border-color: rgb(186,11,162); }
td.TdClassName
{
border-color: #BA0BA2;
}
.TagClassName
{
border-color: #BA0BA2;
}
</style>