Shades of Medium Violet Red #BA2076
Tints of Medium Violet Red #BA2076
RGB
CMYK
RGB Variations
Color information
#BA2076 (or 0xBA2076) is known color: Medium Violet Red. HEX triplet: BA, 20 and 76. RGB value is (186,32,118). Sum of RGB (Red+Green+Blue) = 186+32+118=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2076 is #45DF89. Grayscale: #575757. Windows color (decimal): -4579210 or 7741626. OLE color: 7741626.
HSL color Cylindrical-coordinate representation of color #BA2076: hue angle of 326.49º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2076 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 118 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.27 |
| HSL | 326.49º | 0.71% | 0.43% | - |
| HSV(B) | 326.49º | 0.83% | 0.73% | - |
| XYZ | 24.04 | 12.78 | 18.34 | - |
| YUV | 87.85 | 145.02 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 118 | 0 | 0.83 | 0.37 | 0.27 | 326.49 | 0.71 | 0.43 |
| Hex | BA | 20 | 76 | 0 | 53 | 25 | 1B | 146 | 47 | 2B |
| Octal | 272 | 40 | 166 | 0 | 123 | 45 | 33 | 506 | 107 | 53 |
| Binary | 10111010 | 100000 | 1110110 | 0 | 1010011 | 100101 | 11011 | 101000110 | 1000111 | 101011 |
Color Harmonies of #BA2076
Complementary color
Monochromatic Colors of #BA2076
Black with #BA2076
Text Example
Text Example
White with #BA2076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2076; }
p { color: rgb(186,32,118); }
H1.HeaderClassName
{
color: #BA2076;
}
.AnyTagClassName
{
color: #BA2076;
}
</style>
background-color css
<style>
a { background-color: #BA2076; }
a { background-color: rgb(186,32,118); }
div.DivClassName
{
background-color: #BA2076;
}
.BgClassName
{
background-color: #BA2076;
}
</style>
border-color css
<style>
span { border-color: #BA2076; }
span { border-color: rgb(186,32,118); }
td.TdClassName
{
border-color: #BA2076;
}
.TagClassName
{
border-color: #BA2076;
}
</style>