Shades of Medium Red Violet #BA2884
Tints of Medium Red Violet #BA2884
RGB
CMYK
RGB Variations
Color information
#BA2884 (or 0xBA2884) is known color: Medium Red Violet. HEX triplet: BA, 28 and 84. RGB value is (186,40,132). Sum of RGB (Red+Green+Blue) = 186+40+132=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2884 is #45D77B. Grayscale: #5D5D5D. Windows color (decimal): -4577148 or 8661178. OLE color: 8661178.
HSL color Cylindrical-coordinate representation of color #BA2884: hue angle of 322.19º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2884 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 132 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.27 |
| HSL | 322.19º | 0.65% | 0.44% | - |
| HSV(B) | 322.19º | 0.78% | 0.73% | - |
| XYZ | 25.17 | 13.62 | 23.13 | - |
| YUV | 94.14 | 149.37 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 132 | 0 | 0.78 | 0.29 | 0.27 | 322.19 | 0.65 | 0.44 |
| Hex | BA | 28 | 84 | 0 | 4E | 1D | 1B | 142 | 41 | 2C |
| Octal | 272 | 50 | 204 | 0 | 116 | 35 | 33 | 502 | 101 | 54 |
| Binary | 10111010 | 101000 | 10000100 | 0 | 1001110 | 11101 | 11011 | 101000010 | 1000001 | 101100 |
Color Harmonies of #BA2884
Complementary color
Monochromatic Colors of #BA2884
Black with #BA2884
Text Example
Text Example
White with #BA2884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2884; }
p { color: rgb(186,40,132); }
H1.HeaderClassName
{
color: #BA2884;
}
.AnyTagClassName
{
color: #BA2884;
}
</style>
background-color css
<style>
a { background-color: #BA2884; }
a { background-color: rgb(186,40,132); }
div.DivClassName
{
background-color: #BA2884;
}
.BgClassName
{
background-color: #BA2884;
}
</style>
border-color css
<style>
span { border-color: #BA2884; }
span { border-color: rgb(186,40,132); }
td.TdClassName
{
border-color: #BA2884;
}
.TagClassName
{
border-color: #BA2884;
}
</style>