Shades of Medium Violet Red #BA2072
Tints of Medium Violet Red #BA2072
RGB
CMYK
RGB Variations
Color information
#BA2072 (or 0xBA2072) is known color: Medium Violet Red. HEX triplet: BA, 20 and 72. RGB value is (186,32,114). Sum of RGB (Red+Green+Blue) = 186+32+114=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2072 is #45DF8D. Grayscale: #575757. Windows color (decimal): -4579214 or 7479482. OLE color: 7479482.
HSL color Cylindrical-coordinate representation of color #BA2072: hue angle of 328.05º 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 #BA2072 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 114 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.27 |
| HSL | 328.05º | 0.71% | 0.43% | - |
| HSV(B) | 328.05º | 0.83% | 0.73% | - |
| XYZ | 23.8 | 12.69 | 17.11 | - |
| YUV | 87.39 | 143.02 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 114 | 0 | 0.83 | 0.39 | 0.27 | 328.05 | 0.71 | 0.43 |
| Hex | BA | 20 | 72 | 0 | 53 | 27 | 1B | 148 | 47 | 2B |
| Octal | 272 | 40 | 162 | 0 | 123 | 47 | 33 | 510 | 107 | 53 |
| Binary | 10111010 | 100000 | 1110010 | 0 | 1010011 | 100111 | 11011 | 101001000 | 1000111 | 101011 |
Color Harmonies of #BA2072
Complementary color
Monochromatic Colors of #BA2072
Black with #BA2072
Text Example
Text Example
White with #BA2072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2072; }
p { color: rgb(186,32,114); }
H1.HeaderClassName
{
color: #BA2072;
}
.AnyTagClassName
{
color: #BA2072;
}
</style>
background-color css
<style>
a { background-color: #BA2072; }
a { background-color: rgb(186,32,114); }
div.DivClassName
{
background-color: #BA2072;
}
.BgClassName
{
background-color: #BA2072;
}
</style>
border-color css
<style>
span { border-color: #BA2072; }
span { border-color: rgb(186,32,114); }
td.TdClassName
{
border-color: #BA2072;
}
.TagClassName
{
border-color: #BA2072;
}
</style>