Shades of Medium Red Violet #BA2984
Tints of Medium Red Violet #BA2984
RGB
CMYK
RGB Variations
Color information
#BA2984 (or 0xBA2984) is known color: Medium Red Violet. HEX triplet: BA, 29 and 84. RGB value is (186,41,132). Sum of RGB (Red+Green+Blue) = 186+41+132=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2984 is #45D67B. Grayscale: #5E5E5E. Windows color (decimal): -4576892 or 8661434. OLE color: 8661434.
HSL color Cylindrical-coordinate representation of color #BA2984: hue angle of 322.34º 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 #BA2984 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 132 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.27 |
| HSL | 322.34º | 0.64% | 0.45% | - |
| HSV(B) | 322.34º | 0.78% | 0.73% | - |
| XYZ | 25.21 | 13.69 | 23.14 | - |
| YUV | 94.73 | 149.04 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 132 | 0 | 0.78 | 0.29 | 0.27 | 322.34 | 0.64 | 0.45 |
| Hex | BA | 29 | 84 | 0 | 4E | 1D | 1B | 142 | 40 | 2D |
| Octal | 272 | 51 | 204 | 0 | 116 | 35 | 33 | 502 | 100 | 55 |
| Binary | 10111010 | 101001 | 10000100 | 0 | 1001110 | 11101 | 11011 | 101000010 | 1000000 | 101101 |
Color Harmonies of #BA2984
Complementary color
Monochromatic Colors of #BA2984
Black with #BA2984
Text Example
Text Example
White with #BA2984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2984; }
p { color: rgb(186,41,132); }
H1.HeaderClassName
{
color: #BA2984;
}
.AnyTagClassName
{
color: #BA2984;
}
</style>
background-color css
<style>
a { background-color: #BA2984; }
a { background-color: rgb(186,41,132); }
div.DivClassName
{
background-color: #BA2984;
}
.BgClassName
{
background-color: #BA2984;
}
</style>
border-color css
<style>
span { border-color: #BA2984; }
span { border-color: rgb(186,41,132); }
td.TdClassName
{
border-color: #BA2984;
}
.TagClassName
{
border-color: #BA2984;
}
</style>