Shades of Medium Red Violet #BA2587
Tints of Medium Red Violet #BA2587
RGB
CMYK
RGB Variations
Color information
#BA2587 (or 0xBA2587) is known color: Medium Red Violet. HEX triplet: BA, 25 and 87. RGB value is (186,37,135). Sum of RGB (Red+Green+Blue) = 186+37+135=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2587 is #45DA78. Grayscale: #5C5C5C. Windows color (decimal): -4577913 or 8857018. OLE color: 8857018.
HSL color Cylindrical-coordinate representation of color #BA2587: hue angle of 320.54º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2587 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 135 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.27 |
| HSL | 320.54º | 0.67% | 0.44% | - |
| HSV(B) | 320.54º | 0.8% | 0.73% | - |
| XYZ | 25.28 | 13.51 | 24.2 | - |
| YUV | 92.72 | 151.86 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 135 | 0 | 0.80 | 0.27 | 0.27 | 320.54 | 0.67 | 0.44 |
| Hex | BA | 25 | 87 | 0 | 50 | 1B | 1B | 141 | 43 | 2C |
| Octal | 272 | 45 | 207 | 0 | 120 | 33 | 33 | 501 | 103 | 54 |
| Binary | 10111010 | 100101 | 10000111 | 0 | 1010000 | 11011 | 11011 | 101000001 | 1000011 | 101100 |
Color Harmonies of #BA2587
Complementary color
Monochromatic Colors of #BA2587
Black with #BA2587
Text Example
Text Example
White with #BA2587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2587; }
p { color: rgb(186,37,135); }
H1.HeaderClassName
{
color: #BA2587;
}
.AnyTagClassName
{
color: #BA2587;
}
</style>
background-color css
<style>
a { background-color: #BA2587; }
a { background-color: rgb(186,37,135); }
div.DivClassName
{
background-color: #BA2587;
}
.BgClassName
{
background-color: #BA2587;
}
</style>
border-color css
<style>
span { border-color: #BA2587; }
span { border-color: rgb(186,37,135); }
td.TdClassName
{
border-color: #BA2587;
}
.TagClassName
{
border-color: #BA2587;
}
</style>