Shades of Medium Violet Red #BA198E
Tints of Medium Violet Red #BA198E
RGB
CMYK
RGB Variations
Color information
#BA198E (or 0xBA198E) is known color: Medium Violet Red. HEX triplet: BA, 19 and 8E. RGB value is (186,25,142). Sum of RGB (Red+Green+Blue) = 186+25+142=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA198E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA198E is #45E671. Grayscale: #565656. Windows color (decimal): -4580978 or 9312698. OLE color: 9312698.
HSL color Cylindrical-coordinate representation of color #BA198E: hue angle of 316.4º 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 #BA198E is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 142 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.27 |
| HSL | 316.4º | 0.76% | 0.41% | - |
| HSV(B) | 316.4º | 0.87% | 0.73% | - |
| XYZ | 25.48 | 13.09 | 26.77 | - |
| YUV | 86.48 | 159.34 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 142 | 0 | 0.87 | 0.24 | 0.27 | 316.4 | 0.76 | 0.41 |
| Hex | BA | 19 | 8E | 0 | 57 | 18 | 1B | 13C | 4C | 29 |
| Octal | 272 | 31 | 216 | 0 | 127 | 30 | 33 | 474 | 114 | 51 |
| Binary | 10111010 | 11001 | 10001110 | 0 | 1010111 | 11000 | 11011 | 100111100 | 1001100 | 101001 |
Color Harmonies of #BA198E
Complementary color
Monochromatic Colors of #BA198E
Black with #BA198E
Text Example
Text Example
White with #BA198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA198E; }
p { color: rgb(186,25,142); }
H1.HeaderClassName
{
color: #BA198E;
}
.AnyTagClassName
{
color: #BA198E;
}
</style>
background-color css
<style>
a { background-color: #BA198E; }
a { background-color: rgb(186,25,142); }
div.DivClassName
{
background-color: #BA198E;
}
.BgClassName
{
background-color: #BA198E;
}
</style>
border-color css
<style>
span { border-color: #BA198E; }
span { border-color: rgb(186,25,142); }
td.TdClassName
{
border-color: #BA198E;
}
.TagClassName
{
border-color: #BA198E;
}
</style>