Shades of Medium Red Violet #BA2A87
Tints of Medium Red Violet #BA2A87
RGB
CMYK
RGB Variations
Color information
#BA2A87 (or 0xBA2A87) is known color: Medium Red Violet. HEX triplet: BA, 2A and 87. RGB value is (186,42,135). Sum of RGB (Red+Green+Blue) = 186+42+135=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2A87 is #45D578. Grayscale: #5F5F5F. Windows color (decimal): -4576633 or 8858298. OLE color: 8858298.
HSL color Cylindrical-coordinate representation of color #BA2A87: hue angle of 321.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2A87 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 42 | 135 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.27 |
| HSL | 321.25º | 0.63% | 0.45% | - |
| HSV(B) | 321.25º | 0.77% | 0.73% | - |
| XYZ | 25.45 | 13.84 | 24.25 | - |
| YUV | 95.66 | 150.21 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 135 | 0 | 0.77 | 0.27 | 0.27 | 321.25 | 0.63 | 0.45 |
| Hex | BA | 2A | 87 | 0 | 4D | 1B | 1B | 141 | 3F | 2D |
| Octal | 272 | 52 | 207 | 0 | 115 | 33 | 33 | 501 | 77 | 55 |
| Binary | 10111010 | 101010 | 10000111 | 0 | 1001101 | 11011 | 11011 | 101000001 | 111111 | 101101 |
Color Harmonies of #BA2A87
Complementary color
Monochromatic Colors of #BA2A87
Black with #BA2A87
Text Example
Text Example
White with #BA2A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2A87; }
p { color: rgb(186,42,135); }
H1.HeaderClassName
{
color: #BA2A87;
}
.AnyTagClassName
{
color: #BA2A87;
}
</style>
background-color css
<style>
a { background-color: #BA2A87; }
a { background-color: rgb(186,42,135); }
div.DivClassName
{
background-color: #BA2A87;
}
.BgClassName
{
background-color: #BA2A87;
}
</style>
border-color css
<style>
span { border-color: #BA2A87; }
span { border-color: rgb(186,42,135); }
td.TdClassName
{
border-color: #BA2A87;
}
.TagClassName
{
border-color: #BA2A87;
}
</style>