Shades of Medium Violet Red #BA1495
Tints of Medium Violet Red #BA1495
RGB
CMYK
RGB Variations
Color information
#BA1495 (or 0xBA1495) is known color: Medium Violet Red. HEX triplet: BA, 14 and 95. RGB value is (186,20,149). Sum of RGB (Red+Green+Blue) = 186+20+149=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1495 is #45EB6A. Grayscale: #535353. Windows color (decimal): -4582251 or 9770170. OLE color: 9770170.
HSL color Cylindrical-coordinate representation of color #BA1495: hue angle of 313.37º 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 #BA1495 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 149 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.27 |
| HSL | 313.37º | 0.81% | 0.4% | - |
| HSV(B) | 313.37º | 0.89% | 0.73% | - |
| XYZ | 25.92 | 13.11 | 29.6 | - |
| YUV | 84.34 | 164.5 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 149 | 0 | 0.89 | 0.20 | 0.27 | 313.37 | 0.81 | 0.4 |
| Hex | BA | 14 | 95 | 0 | 59 | 14 | 1B | 139 | 51 | 28 |
| Octal | 272 | 24 | 225 | 0 | 131 | 24 | 33 | 471 | 121 | 50 |
| Binary | 10111010 | 10100 | 10010101 | 0 | 1011001 | 10100 | 11011 | 100111001 | 1010001 | 101000 |
Color Harmonies of #BA1495
Complementary color
Monochromatic Colors of #BA1495
Black with #BA1495
Text Example
Text Example
White with #BA1495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1495; }
p { color: rgb(186,20,149); }
H1.HeaderClassName
{
color: #BA1495;
}
.AnyTagClassName
{
color: #BA1495;
}
</style>
background-color css
<style>
a { background-color: #BA1495; }
a { background-color: rgb(186,20,149); }
div.DivClassName
{
background-color: #BA1495;
}
.BgClassName
{
background-color: #BA1495;
}
</style>
border-color css
<style>
span { border-color: #BA1495; }
span { border-color: rgb(186,20,149); }
td.TdClassName
{
border-color: #BA1495;
}
.TagClassName
{
border-color: #BA1495;
}
</style>