Shades of Medium Red Violet #BA2981
Tints of Medium Red Violet #BA2981
RGB
CMYK
RGB Variations
Color information
#BA2981 (or 0xBA2981) is known color: Medium Red Violet. HEX triplet: BA, 29 and 81. RGB value is (186,41,129). Sum of RGB (Red+Green+Blue) = 186+41+129=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2981 is #45D67E. Grayscale: #5E5E5E. Windows color (decimal): -4576895 or 8464826. OLE color: 8464826.
HSL color Cylindrical-coordinate representation of color #BA2981: hue angle of 323.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2981 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 129 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.27 |
| HSL | 323.59º | 0.64% | 0.45% | - |
| HSV(B) | 323.59º | 0.78% | 0.73% | - |
| XYZ | 25.01 | 13.61 | 22.08 | - |
| YUV | 94.39 | 147.54 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 129 | 0 | 0.78 | 0.31 | 0.27 | 323.59 | 0.64 | 0.45 |
| Hex | BA | 29 | 81 | 0 | 4E | 1F | 1B | 144 | 40 | 2D |
| Octal | 272 | 51 | 201 | 0 | 116 | 37 | 33 | 504 | 100 | 55 |
| Binary | 10111010 | 101001 | 10000001 | 0 | 1001110 | 11111 | 11011 | 101000100 | 1000000 | 101101 |
Color Harmonies of #BA2981
Complementary color
Monochromatic Colors of #BA2981
Black with #BA2981
Text Example
Text Example
White with #BA2981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2981; }
p { color: rgb(186,41,129); }
H1.HeaderClassName
{
color: #BA2981;
}
.AnyTagClassName
{
color: #BA2981;
}
</style>
background-color css
<style>
a { background-color: #BA2981; }
a { background-color: rgb(186,41,129); }
div.DivClassName
{
background-color: #BA2981;
}
.BgClassName
{
background-color: #BA2981;
}
</style>
border-color css
<style>
span { border-color: #BA2981; }
span { border-color: rgb(186,41,129); }
td.TdClassName
{
border-color: #BA2981;
}
.TagClassName
{
border-color: #BA2981;
}
</style>