Shades of Medium Red Violet #BA2E84
Tints of Medium Red Violet #BA2E84
RGB
CMYK
RGB Variations
Color information
#BA2E84 (or 0xBA2E84) is known color: Medium Red Violet. HEX triplet: BA, 2E and 84. RGB value is (186,46,132). Sum of RGB (Red+Green+Blue) = 186+46+132=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 46 (18.36% from 255 or 12.64% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2E84 is #45D17B. Grayscale: #616161. Windows color (decimal): -4575612 or 8662714. OLE color: 8662714.
HSL color Cylindrical-coordinate representation of color #BA2E84: hue angle of 323.14º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2E84 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 132 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.27 |
| HSL | 323.14º | 0.6% | 0.45% | - |
| HSV(B) | 323.14º | 0.75% | 0.73% | - |
| XYZ | 25.39 | 14.06 | 23.21 | - |
| YUV | 97.66 | 147.38 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 132 | 0 | 0.75 | 0.29 | 0.27 | 323.14 | 0.6 | 0.45 |
| Hex | BA | 2E | 84 | 0 | 4B | 1D | 1B | 143 | 3C | 2D |
| Octal | 272 | 56 | 204 | 0 | 113 | 35 | 33 | 503 | 74 | 55 |
| Binary | 10111010 | 101110 | 10000100 | 0 | 1001011 | 11101 | 11011 | 101000011 | 111100 | 101101 |
Color Harmonies of #BA2E84
Complementary color
Monochromatic Colors of #BA2E84
Black with #BA2E84
Text Example
Text Example
White with #BA2E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E84; }
p { color: rgb(186,46,132); }
H1.HeaderClassName
{
color: #BA2E84;
}
.AnyTagClassName
{
color: #BA2E84;
}
</style>
background-color css
<style>
a { background-color: #BA2E84; }
a { background-color: rgb(186,46,132); }
div.DivClassName
{
background-color: #BA2E84;
}
.BgClassName
{
background-color: #BA2E84;
}
</style>
border-color css
<style>
span { border-color: #BA2E84; }
span { border-color: rgb(186,46,132); }
td.TdClassName
{
border-color: #BA2E84;
}
.TagClassName
{
border-color: #BA2E84;
}
</style>