Shades of Medium Red Violet #BA2983
Tints of Medium Red Violet #BA2983
RGB
CMYK
RGB Variations
Color information
#BA2983 (or 0xBA2983) is known color: Medium Red Violet. HEX triplet: BA, 29 and 83. RGB value is (186,41,131). Sum of RGB (Red+Green+Blue) = 186+41+131=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2983 is #45D67C. Grayscale: #5E5E5E. Windows color (decimal): -4576893 or 8595898. OLE color: 8595898.
HSL color Cylindrical-coordinate representation of color #BA2983: hue angle of 322.76º 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 #BA2983 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 131 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.27 |
| HSL | 322.76º | 0.64% | 0.45% | - |
| HSV(B) | 322.76º | 0.78% | 0.73% | - |
| XYZ | 25.14 | 13.66 | 22.79 | - |
| YUV | 94.62 | 148.54 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 131 | 0 | 0.78 | 0.30 | 0.27 | 322.76 | 0.64 | 0.45 |
| Hex | BA | 29 | 83 | 0 | 4E | 1E | 1B | 143 | 40 | 2D |
| Octal | 272 | 51 | 203 | 0 | 116 | 36 | 33 | 503 | 100 | 55 |
| Binary | 10111010 | 101001 | 10000011 | 0 | 1001110 | 11110 | 11011 | 101000011 | 1000000 | 101101 |
Color Harmonies of #BA2983
Complementary color
Monochromatic Colors of #BA2983
Black with #BA2983
Text Example
Text Example
White with #BA2983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2983; }
p { color: rgb(186,41,131); }
H1.HeaderClassName
{
color: #BA2983;
}
.AnyTagClassName
{
color: #BA2983;
}
</style>
background-color css
<style>
a { background-color: #BA2983; }
a { background-color: rgb(186,41,131); }
div.DivClassName
{
background-color: #BA2983;
}
.BgClassName
{
background-color: #BA2983;
}
</style>
border-color css
<style>
span { border-color: #BA2983; }
span { border-color: rgb(186,41,131); }
td.TdClassName
{
border-color: #BA2983;
}
.TagClassName
{
border-color: #BA2983;
}
</style>