Shades of Medium Violet Red #BA1370
Tints of Medium Violet Red #BA1370
RGB
CMYK
RGB Variations
Color information
#BA1370 (or 0xBA1370) is known color: Medium Violet Red. HEX triplet: BA, 13 and 70. RGB value is (186,19,112). Sum of RGB (Red+Green+Blue) = 186+19+112=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1370 is #45EC8F. Grayscale: #4F4F4F. Windows color (decimal): -4582544 or 7345082. OLE color: 7345082.
HSL color Cylindrical-coordinate representation of color #BA1370: hue angle of 326.59º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1370 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 112 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.27 |
| HSL | 326.59º | 0.81% | 0.4% | - |
| HSV(B) | 326.59º | 0.9% | 0.73% | - |
| XYZ | 23.41 | 12.07 | 16.43 | - |
| YUV | 79.54 | 146.33 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 112 | 0 | 0.90 | 0.40 | 0.27 | 326.59 | 0.81 | 0.4 |
| Hex | BA | 13 | 70 | 0 | 5A | 28 | 1B | 147 | 51 | 28 |
| Octal | 272 | 23 | 160 | 0 | 132 | 50 | 33 | 507 | 121 | 50 |
| Binary | 10111010 | 10011 | 1110000 | 0 | 1011010 | 101000 | 11011 | 101000111 | 1010001 | 101000 |
Color Harmonies of #BA1370
Complementary color
Monochromatic Colors of #BA1370
Black with #BA1370
Text Example
Text Example
White with #BA1370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1370; }
p { color: rgb(186,19,112); }
H1.HeaderClassName
{
color: #BA1370;
}
.AnyTagClassName
{
color: #BA1370;
}
</style>
background-color css
<style>
a { background-color: #BA1370; }
a { background-color: rgb(186,19,112); }
div.DivClassName
{
background-color: #BA1370;
}
.BgClassName
{
background-color: #BA1370;
}
</style>
border-color css
<style>
span { border-color: #BA1370; }
span { border-color: rgb(186,19,112); }
td.TdClassName
{
border-color: #BA1370;
}
.TagClassName
{
border-color: #BA1370;
}
</style>