Shades of Medium Violet Red #BA1470
Tints of Medium Violet Red #BA1470
RGB
CMYK
RGB Variations
Color information
#BA1470 (or 0xBA1470) is known color: Medium Violet Red. HEX triplet: BA, 14 and 70. RGB value is (186,20,112). Sum of RGB (Red+Green+Blue) = 186+20+112=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1470 is #45EB8F. Grayscale: #4F4F4F. Windows color (decimal): -4582288 or 7345338. OLE color: 7345338.
HSL color Cylindrical-coordinate representation of color #BA1470: hue angle of 326.75º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1470 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 112 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.27 |
| HSL | 326.75º | 0.81% | 0.4% | - |
| HSV(B) | 326.75º | 0.89% | 0.73% | - |
| XYZ | 23.42 | 12.11 | 16.43 | - |
| YUV | 80.12 | 146 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 112 | 0 | 0.89 | 0.40 | 0.27 | 326.75 | 0.81 | 0.4 |
| Hex | BA | 14 | 70 | 0 | 59 | 28 | 1B | 147 | 51 | 28 |
| Octal | 272 | 24 | 160 | 0 | 131 | 50 | 33 | 507 | 121 | 50 |
| Binary | 10111010 | 10100 | 1110000 | 0 | 1011001 | 101000 | 11011 | 101000111 | 1010001 | 101000 |
Color Harmonies of #BA1470
Complementary color
Monochromatic Colors of #BA1470
Black with #BA1470
Text Example
Text Example
White with #BA1470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1470; }
p { color: rgb(186,20,112); }
H1.HeaderClassName
{
color: #BA1470;
}
.AnyTagClassName
{
color: #BA1470;
}
</style>
background-color css
<style>
a { background-color: #BA1470; }
a { background-color: rgb(186,20,112); }
div.DivClassName
{
background-color: #BA1470;
}
.BgClassName
{
background-color: #BA1470;
}
</style>
border-color css
<style>
span { border-color: #BA1470; }
span { border-color: rgb(186,20,112); }
td.TdClassName
{
border-color: #BA1470;
}
.TagClassName
{
border-color: #BA1470;
}
</style>