Shades of Medium Violet Red #BA1998
Tints of Medium Violet Red #BA1998
RGB
CMYK
RGB Variations
Color information
#BA1998 (or 0xBA1998) is known color: Medium Violet Red. HEX triplet: BA, 19 and 98. RGB value is (186,25,152). Sum of RGB (Red+Green+Blue) = 186+25+152=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1998 is #45E667. Grayscale: #575757. Windows color (decimal): -4580968 or 9968058. OLE color: 9968058.
HSL color Cylindrical-coordinate representation of color #BA1998: hue angle of 312.67º 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 #BA1998 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 152 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.27 |
| HSL | 312.67º | 0.76% | 0.41% | - |
| HSV(B) | 312.67º | 0.87% | 0.73% | - |
| XYZ | 26.26 | 13.4 | 30.91 | - |
| YUV | 87.62 | 164.34 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 152 | 0 | 0.87 | 0.18 | 0.27 | 312.67 | 0.76 | 0.41 |
| Hex | BA | 19 | 98 | 0 | 57 | 12 | 1B | 139 | 4C | 29 |
| Octal | 272 | 31 | 230 | 0 | 127 | 22 | 33 | 471 | 114 | 51 |
| Binary | 10111010 | 11001 | 10011000 | 0 | 1010111 | 10010 | 11011 | 100111001 | 1001100 | 101001 |
Color Harmonies of #BA1998
Complementary color
Monochromatic Colors of #BA1998
Black with #BA1998
Text Example
Text Example
White with #BA1998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1998; }
p { color: rgb(186,25,152); }
H1.HeaderClassName
{
color: #BA1998;
}
.AnyTagClassName
{
color: #BA1998;
}
</style>
background-color css
<style>
a { background-color: #BA1998; }
a { background-color: rgb(186,25,152); }
div.DivClassName
{
background-color: #BA1998;
}
.BgClassName
{
background-color: #BA1998;
}
</style>
border-color css
<style>
span { border-color: #BA1998; }
span { border-color: rgb(186,25,152); }
td.TdClassName
{
border-color: #BA1998;
}
.TagClassName
{
border-color: #BA1998;
}
</style>