Shades of Medium Red Violet #BA2987
Tints of Medium Red Violet #BA2987
RGB
CMYK
RGB Variations
Color information
#BA2987 (or 0xBA2987) is known color: Medium Red Violet. HEX triplet: BA, 29 and 87. RGB value is (186,41,135). Sum of RGB (Red+Green+Blue) = 186+41+135=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2987 is #45D678. Grayscale: #5E5E5E. Windows color (decimal): -4576889 or 8858042. OLE color: 8858042.
HSL color Cylindrical-coordinate representation of color #BA2987: hue angle of 321.1º 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 #BA2987 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 135 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.27 |
| HSL | 321.1º | 0.64% | 0.45% | - |
| HSV(B) | 321.1º | 0.78% | 0.73% | - |
| XYZ | 25.42 | 13.77 | 24.24 | - |
| YUV | 95.07 | 150.54 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 135 | 0 | 0.78 | 0.27 | 0.27 | 321.1 | 0.64 | 0.45 |
| Hex | BA | 29 | 87 | 0 | 4E | 1B | 1B | 141 | 40 | 2D |
| Octal | 272 | 51 | 207 | 0 | 116 | 33 | 33 | 501 | 100 | 55 |
| Binary | 10111010 | 101001 | 10000111 | 0 | 1001110 | 11011 | 11011 | 101000001 | 1000000 | 101101 |
Color Harmonies of #BA2987
Complementary color
Monochromatic Colors of #BA2987
Black with #BA2987
Text Example
Text Example
White with #BA2987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2987; }
p { color: rgb(186,41,135); }
H1.HeaderClassName
{
color: #BA2987;
}
.AnyTagClassName
{
color: #BA2987;
}
</style>
background-color css
<style>
a { background-color: #BA2987; }
a { background-color: rgb(186,41,135); }
div.DivClassName
{
background-color: #BA2987;
}
.BgClassName
{
background-color: #BA2987;
}
</style>
border-color css
<style>
span { border-color: #BA2987; }
span { border-color: rgb(186,41,135); }
td.TdClassName
{
border-color: #BA2987;
}
.TagClassName
{
border-color: #BA2987;
}
</style>