Shades of Medium Red Violet #BA2980
Tints of Medium Red Violet #BA2980
RGB
CMYK
RGB Variations
Color information
#BA2980 (or 0xBA2980) is known color: Medium Red Violet. HEX triplet: BA, 29 and 80. RGB value is (186,41,128). Sum of RGB (Red+Green+Blue) = 186+41+128=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2980 is #45D67F. Grayscale: #5E5E5E. Windows color (decimal): -4576896 or 8399290. OLE color: 8399290.
HSL color Cylindrical-coordinate representation of color #BA2980: hue angle of 324º 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 #BA2980 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 128 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.27 |
| HSL | 324º | 0.64% | 0.45% | - |
| HSV(B) | 324º | 0.78% | 0.73% | - |
| XYZ | 24.94 | 13.58 | 21.73 | - |
| YUV | 94.27 | 147.04 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 128 | 0 | 0.78 | 0.31 | 0.27 | 324 | 0.64 | 0.45 |
| Hex | BA | 29 | 80 | 0 | 4E | 1F | 1B | 144 | 40 | 2D |
| Octal | 272 | 51 | 200 | 0 | 116 | 37 | 33 | 504 | 100 | 55 |
| Binary | 10111010 | 101001 | 10000000 | 0 | 1001110 | 11111 | 11011 | 101000100 | 1000000 | 101101 |
Color Harmonies of #BA2980
Complementary color
Monochromatic Colors of #BA2980
Black with #BA2980
Text Example
Text Example
White with #BA2980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2980; }
p { color: rgb(186,41,128); }
H1.HeaderClassName
{
color: #BA2980;
}
.AnyTagClassName
{
color: #BA2980;
}
</style>
background-color css
<style>
a { background-color: #BA2980; }
a { background-color: rgb(186,41,128); }
div.DivClassName
{
background-color: #BA2980;
}
.BgClassName
{
background-color: #BA2980;
}
</style>
border-color css
<style>
span { border-color: #BA2980; }
span { border-color: rgb(186,41,128); }
td.TdClassName
{
border-color: #BA2980;
}
.TagClassName
{
border-color: #BA2980;
}
</style>