Shades of Medium Violet Red #BA1990
Tints of Medium Violet Red #BA1990
RGB
CMYK
RGB Variations
Color information
#BA1990 (or 0xBA1990) is known color: Medium Violet Red. HEX triplet: BA, 19 and 90. RGB value is (186,25,144). Sum of RGB (Red+Green+Blue) = 186+25+144=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1990 is #45E66F. Grayscale: #565656. Windows color (decimal): -4580976 or 9443770. OLE color: 9443770.
HSL color Cylindrical-coordinate representation of color #BA1990: hue angle of 315.65º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1990 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 144 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.27 |
| HSL | 315.65º | 0.76% | 0.41% | - |
| HSV(B) | 315.65º | 0.87% | 0.73% | - |
| XYZ | 25.63 | 13.15 | 27.57 | - |
| YUV | 86.71 | 160.34 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 144 | 0 | 0.87 | 0.23 | 0.27 | 315.65 | 0.76 | 0.41 |
| Hex | BA | 19 | 90 | 0 | 57 | 17 | 1B | 13C | 4C | 29 |
| Octal | 272 | 31 | 220 | 0 | 127 | 27 | 33 | 474 | 114 | 51 |
| Binary | 10111010 | 11001 | 10010000 | 0 | 1010111 | 10111 | 11011 | 100111100 | 1001100 | 101001 |
Color Harmonies of #BA1990
Complementary color
Monochromatic Colors of #BA1990
Black with #BA1990
Text Example
Text Example
White with #BA1990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1990; }
p { color: rgb(186,25,144); }
H1.HeaderClassName
{
color: #BA1990;
}
.AnyTagClassName
{
color: #BA1990;
}
</style>
background-color css
<style>
a { background-color: #BA1990; }
a { background-color: rgb(186,25,144); }
div.DivClassName
{
background-color: #BA1990;
}
.BgClassName
{
background-color: #BA1990;
}
</style>
border-color css
<style>
span { border-color: #BA1990; }
span { border-color: rgb(186,25,144); }
td.TdClassName
{
border-color: #BA1990;
}
.TagClassName
{
border-color: #BA1990;
}
</style>