Shades of Medium Violet Red #BA2075
Tints of Medium Violet Red #BA2075
RGB
CMYK
RGB Variations
Color information
#BA2075 (or 0xBA2075) is known color: Medium Violet Red. HEX triplet: BA, 20 and 75. RGB value is (186,32,117). Sum of RGB (Red+Green+Blue) = 186+32+117=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2075 is #45DF8A. Grayscale: #575757. Windows color (decimal): -4579211 or 7676090. OLE color: 7676090.
HSL color Cylindrical-coordinate representation of color #BA2075: hue angle of 326.88º 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 #BA2075 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 117 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.27 |
| HSL | 326.88º | 0.71% | 0.43% | - |
| HSV(B) | 326.88º | 0.83% | 0.73% | - |
| XYZ | 23.98 | 12.76 | 18.03 | - |
| YUV | 87.74 | 144.52 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 117 | 0 | 0.83 | 0.37 | 0.27 | 326.88 | 0.71 | 0.43 |
| Hex | BA | 20 | 75 | 0 | 53 | 25 | 1B | 147 | 47 | 2B |
| Octal | 272 | 40 | 165 | 0 | 123 | 45 | 33 | 507 | 107 | 53 |
| Binary | 10111010 | 100000 | 1110101 | 0 | 1010011 | 100101 | 11011 | 101000111 | 1000111 | 101011 |
Color Harmonies of #BA2075
Complementary color
Monochromatic Colors of #BA2075
Black with #BA2075
Text Example
Text Example
White with #BA2075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2075; }
p { color: rgb(186,32,117); }
H1.HeaderClassName
{
color: #BA2075;
}
.AnyTagClassName
{
color: #BA2075;
}
</style>
background-color css
<style>
a { background-color: #BA2075; }
a { background-color: rgb(186,32,117); }
div.DivClassName
{
background-color: #BA2075;
}
.BgClassName
{
background-color: #BA2075;
}
</style>
border-color css
<style>
span { border-color: #BA2075; }
span { border-color: rgb(186,32,117); }
td.TdClassName
{
border-color: #BA2075;
}
.TagClassName
{
border-color: #BA2075;
}
</style>