Shades of Medium Violet Red #BA1471
Tints of Medium Violet Red #BA1471
RGB
CMYK
RGB Variations
Color information
#BA1471 (or 0xBA1471) is known color: Medium Violet Red. HEX triplet: BA, 14 and 71. RGB value is (186,20,113). Sum of RGB (Red+Green+Blue) = 186+20+113=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1471 is #45EB8E. Grayscale: #505050. Windows color (decimal): -4582287 or 7410874. OLE color: 7410874.
HSL color Cylindrical-coordinate representation of color #BA1471: hue angle of 326.39º 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 #BA1471 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 113 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.27 |
| HSL | 326.39º | 0.81% | 0.4% | - |
| HSV(B) | 326.39º | 0.89% | 0.73% | - |
| XYZ | 23.48 | 12.13 | 16.73 | - |
| YUV | 80.24 | 146.5 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 113 | 0 | 0.89 | 0.39 | 0.27 | 326.39 | 0.81 | 0.4 |
| Hex | BA | 14 | 71 | 0 | 59 | 27 | 1B | 146 | 51 | 28 |
| Octal | 272 | 24 | 161 | 0 | 131 | 47 | 33 | 506 | 121 | 50 |
| Binary | 10111010 | 10100 | 1110001 | 0 | 1011001 | 100111 | 11011 | 101000110 | 1010001 | 101000 |
Color Harmonies of #BA1471
Complementary color
Monochromatic Colors of #BA1471
Black with #BA1471
Text Example
Text Example
White with #BA1471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1471; }
p { color: rgb(186,20,113); }
H1.HeaderClassName
{
color: #BA1471;
}
.AnyTagClassName
{
color: #BA1471;
}
</style>
background-color css
<style>
a { background-color: #BA1471; }
a { background-color: rgb(186,20,113); }
div.DivClassName
{
background-color: #BA1471;
}
.BgClassName
{
background-color: #BA1471;
}
</style>
border-color css
<style>
span { border-color: #BA1471; }
span { border-color: rgb(186,20,113); }
td.TdClassName
{
border-color: #BA1471;
}
.TagClassName
{
border-color: #BA1471;
}
</style>