Shades of Medium Violet Red #BA1570
Tints of Medium Violet Red #BA1570
RGB
CMYK
RGB Variations
Color information
#BA1570 (or 0xBA1570) is known color: Medium Violet Red. HEX triplet: BA, 15 and 70. RGB value is (186,21,112). Sum of RGB (Red+Green+Blue) = 186+21+112=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1570 is #45EA8F. Grayscale: #505050. Windows color (decimal): -4582032 or 7345594. OLE color: 7345594.
HSL color Cylindrical-coordinate representation of color #BA1570: hue angle of 326.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1570 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 112 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.27 |
| HSL | 326.91º | 0.8% | 0.41% | - |
| HSV(B) | 326.91º | 0.89% | 0.73% | - |
| XYZ | 23.44 | 12.15 | 16.44 | - |
| YUV | 80.71 | 145.66 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 112 | 0 | 0.89 | 0.40 | 0.27 | 326.91 | 0.8 | 0.41 |
| Hex | BA | 15 | 70 | 0 | 59 | 28 | 1B | 147 | 50 | 29 |
| Octal | 272 | 25 | 160 | 0 | 131 | 50 | 33 | 507 | 120 | 51 |
| Binary | 10111010 | 10101 | 1110000 | 0 | 1011001 | 101000 | 11011 | 101000111 | 1010000 | 101001 |
Color Harmonies of #BA1570
Complementary color
Monochromatic Colors of #BA1570
Black with #BA1570
Text Example
Text Example
White with #BA1570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1570; }
p { color: rgb(186,21,112); }
H1.HeaderClassName
{
color: #BA1570;
}
.AnyTagClassName
{
color: #BA1570;
}
</style>
background-color css
<style>
a { background-color: #BA1570; }
a { background-color: rgb(186,21,112); }
div.DivClassName
{
background-color: #BA1570;
}
.BgClassName
{
background-color: #BA1570;
}
</style>
border-color css
<style>
span { border-color: #BA1570; }
span { border-color: rgb(186,21,112); }
td.TdClassName
{
border-color: #BA1570;
}
.TagClassName
{
border-color: #BA1570;
}
</style>