Shades of Medium Red Violet #BA2C87
Tints of Medium Red Violet #BA2C87
RGB
CMYK
RGB Variations
Color information
#BA2C87 (or 0xBA2C87) is known color: Medium Red Violet. HEX triplet: BA, 2C and 87. RGB value is (186,44,135). Sum of RGB (Red+Green+Blue) = 186+44+135=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2C87 is #45D378. Grayscale: #606060. Windows color (decimal): -4576121 or 8858810. OLE color: 8858810.
HSL color Cylindrical-coordinate representation of color #BA2C87: hue angle of 321.55º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2C87 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 44 | 135 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.27 |
| HSL | 321.55º | 0.62% | 0.45% | - |
| HSV(B) | 321.55º | 0.76% | 0.73% | - |
| XYZ | 25.52 | 13.99 | 24.28 | - |
| YUV | 96.83 | 149.54 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 135 | 0 | 0.76 | 0.27 | 0.27 | 321.55 | 0.62 | 0.45 |
| Hex | BA | 2C | 87 | 0 | 4C | 1B | 1B | 142 | 3E | 2D |
| Octal | 272 | 54 | 207 | 0 | 114 | 33 | 33 | 502 | 76 | 55 |
| Binary | 10111010 | 101100 | 10000111 | 0 | 1001100 | 11011 | 11011 | 101000010 | 111110 | 101101 |
Color Harmonies of #BA2C87
Complementary color
Monochromatic Colors of #BA2C87
Black with #BA2C87
Text Example
Text Example
White with #BA2C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2C87; }
p { color: rgb(186,44,135); }
H1.HeaderClassName
{
color: #BA2C87;
}
.AnyTagClassName
{
color: #BA2C87;
}
</style>
background-color css
<style>
a { background-color: #BA2C87; }
a { background-color: rgb(186,44,135); }
div.DivClassName
{
background-color: #BA2C87;
}
.BgClassName
{
background-color: #BA2C87;
}
</style>
border-color css
<style>
span { border-color: #BA2C87; }
span { border-color: rgb(186,44,135); }
td.TdClassName
{
border-color: #BA2C87;
}
.TagClassName
{
border-color: #BA2C87;
}
</style>