Shades of Medium Violet Red #BA1970
Tints of Medium Violet Red #BA1970
RGB
CMYK
RGB Variations
Color information
#BA1970 (or 0xBA1970) is known color: Medium Violet Red. HEX triplet: BA, 19 and 70. RGB value is (186,25,112). Sum of RGB (Red+Green+Blue) = 186+25+112=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1970 is #45E68F. Grayscale: #525252. Windows color (decimal): -4581008 or 7346618. OLE color: 7346618.
HSL color Cylindrical-coordinate representation of color #BA1970: hue angle of 327.58º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1970 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 112 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.27 |
| HSL | 327.58º | 0.76% | 0.41% | - |
| HSV(B) | 327.58º | 0.87% | 0.73% | - |
| XYZ | 23.52 | 12.3 | 16.46 | - |
| YUV | 83.06 | 144.34 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 112 | 0 | 0.87 | 0.40 | 0.27 | 327.58 | 0.76 | 0.41 |
| Hex | BA | 19 | 70 | 0 | 57 | 28 | 1B | 148 | 4C | 29 |
| Octal | 272 | 31 | 160 | 0 | 127 | 50 | 33 | 510 | 114 | 51 |
| Binary | 10111010 | 11001 | 1110000 | 0 | 1010111 | 101000 | 11011 | 101001000 | 1001100 | 101001 |
Color Harmonies of #BA1970
Complementary color
Monochromatic Colors of #BA1970
Black with #BA1970
Text Example
Text Example
White with #BA1970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1970; }
p { color: rgb(186,25,112); }
H1.HeaderClassName
{
color: #BA1970;
}
.AnyTagClassName
{
color: #BA1970;
}
</style>
background-color css
<style>
a { background-color: #BA1970; }
a { background-color: rgb(186,25,112); }
div.DivClassName
{
background-color: #BA1970;
}
.BgClassName
{
background-color: #BA1970;
}
</style>
border-color css
<style>
span { border-color: #BA1970; }
span { border-color: rgb(186,25,112); }
td.TdClassName
{
border-color: #BA1970;
}
.TagClassName
{
border-color: #BA1970;
}
</style>