Shades of Medium Violet Red #BA1981
Tints of Medium Violet Red #BA1981
RGB
CMYK
RGB Variations
Color information
#BA1981 (or 0xBA1981) is known color: Medium Violet Red. HEX triplet: BA, 19 and 81. RGB value is (186,25,129). Sum of RGB (Red+Green+Blue) = 186+25+129=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1981 is #45E67E. Grayscale: #545454. Windows color (decimal): -4580991 or 8460730. OLE color: 8460730.
HSL color Cylindrical-coordinate representation of color #BA1981: hue angle of 321.24º 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 #BA1981 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 129 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.27 |
| HSL | 321.24º | 0.76% | 0.41% | - |
| HSV(B) | 321.24º | 0.87% | 0.73% | - |
| XYZ | 24.56 | 12.72 | 21.93 | - |
| YUV | 85 | 152.84 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 129 | 0 | 0.87 | 0.31 | 0.27 | 321.24 | 0.76 | 0.41 |
| Hex | BA | 19 | 81 | 0 | 57 | 1F | 1B | 141 | 4C | 29 |
| Octal | 272 | 31 | 201 | 0 | 127 | 37 | 33 | 501 | 114 | 51 |
| Binary | 10111010 | 11001 | 10000001 | 0 | 1010111 | 11111 | 11011 | 101000001 | 1001100 | 101001 |
Color Harmonies of #BA1981
Complementary color
Monochromatic Colors of #BA1981
Black with #BA1981
Text Example
Text Example
White with #BA1981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1981; }
p { color: rgb(186,25,129); }
H1.HeaderClassName
{
color: #BA1981;
}
.AnyTagClassName
{
color: #BA1981;
}
</style>
background-color css
<style>
a { background-color: #BA1981; }
a { background-color: rgb(186,25,129); }
div.DivClassName
{
background-color: #BA1981;
}
.BgClassName
{
background-color: #BA1981;
}
</style>
border-color css
<style>
span { border-color: #BA1981; }
span { border-color: rgb(186,25,129); }
td.TdClassName
{
border-color: #BA1981;
}
.TagClassName
{
border-color: #BA1981;
}
</style>