Shades of Medium Violet Red #BA1493
Tints of Medium Violet Red #BA1493
RGB
CMYK
RGB Variations
Color information
#BA1493 (or 0xBA1493) is known color: Medium Violet Red. HEX triplet: BA, 14 and 93. RGB value is (186,20,147). Sum of RGB (Red+Green+Blue) = 186+20+147=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1493 is #45EB6C. Grayscale: #535353. Windows color (decimal): -4582253 or 9639098. OLE color: 9639098.
HSL color Cylindrical-coordinate representation of color #BA1493: hue angle of 314.1º 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 #BA1493 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 147 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.27 |
| HSL | 314.1º | 0.81% | 0.4% | - |
| HSV(B) | 314.1º | 0.89% | 0.73% | - |
| XYZ | 25.77 | 13.05 | 28.76 | - |
| YUV | 84.11 | 163.5 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 147 | 0 | 0.89 | 0.21 | 0.27 | 314.1 | 0.81 | 0.4 |
| Hex | BA | 14 | 93 | 0 | 59 | 15 | 1B | 13A | 51 | 28 |
| Octal | 272 | 24 | 223 | 0 | 131 | 25 | 33 | 472 | 121 | 50 |
| Binary | 10111010 | 10100 | 10010011 | 0 | 1011001 | 10101 | 11011 | 100111010 | 1010001 | 101000 |
Color Harmonies of #BA1493
Complementary color
Monochromatic Colors of #BA1493
Black with #BA1493
Text Example
Text Example
White with #BA1493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1493; }
p { color: rgb(186,20,147); }
H1.HeaderClassName
{
color: #BA1493;
}
.AnyTagClassName
{
color: #BA1493;
}
</style>
background-color css
<style>
a { background-color: #BA1493; }
a { background-color: rgb(186,20,147); }
div.DivClassName
{
background-color: #BA1493;
}
.BgClassName
{
background-color: #BA1493;
}
</style>
border-color css
<style>
span { border-color: #BA1493; }
span { border-color: rgb(186,20,147); }
td.TdClassName
{
border-color: #BA1493;
}
.TagClassName
{
border-color: #BA1493;
}
</style>