Shades of Medium Red Violet #BA37A0
Tints of Medium Red Violet #BA37A0
RGB
CMYK
RGB Variations
Color information
#BA37A0 (or 0xBA37A0) is known color: Medium Red Violet. HEX triplet: BA, 37 and A0. RGB value is (186,55,160). Sum of RGB (Red+Green+Blue) = 186+55+160=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA37A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA37A0 is #45C85F. Grayscale: #696969. Windows color (decimal): -4573280 or 10500026. OLE color: 10500026.
HSL color Cylindrical-coordinate representation of color #BA37A0: hue angle of 311.91º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA37A0 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 160 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.27 |
| HSL | 311.91º | 0.54% | 0.47% | - |
| HSV(B) | 311.91º | 0.7% | 0.73% | - |
| XYZ | 27.96 | 15.71 | 34.82 | - |
| YUV | 106.14 | 158.4 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 160 | 0 | 0.70 | 0.14 | 0.27 | 311.91 | 0.54 | 0.47 |
| Hex | BA | 37 | A0 | 0 | 46 | E | 1B | 138 | 36 | 2F |
| Octal | 272 | 67 | 240 | 0 | 106 | 16 | 33 | 470 | 66 | 57 |
| Binary | 10111010 | 110111 | 10100000 | 0 | 1000110 | 1110 | 11011 | 100111000 | 110110 | 101111 |
Color Harmonies of #BA37A0
Complementary color
Monochromatic Colors of #BA37A0
Black with #BA37A0
Text Example
Text Example
White with #BA37A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37A0; }
p { color: rgb(186,55,160); }
H1.HeaderClassName
{
color: #BA37A0;
}
.AnyTagClassName
{
color: #BA37A0;
}
</style>
background-color css
<style>
a { background-color: #BA37A0; }
a { background-color: rgb(186,55,160); }
div.DivClassName
{
background-color: #BA37A0;
}
.BgClassName
{
background-color: #BA37A0;
}
</style>
border-color css
<style>
span { border-color: #BA37A0; }
span { border-color: rgb(186,55,160); }
td.TdClassName
{
border-color: #BA37A0;
}
.TagClassName
{
border-color: #BA37A0;
}
</style>