Shades of Medium Violet Red #BA1587
Tints of Medium Violet Red #BA1587
RGB
CMYK
RGB Variations
Color information
#BA1587 (or 0xBA1587) is known color: Medium Violet Red. HEX triplet: BA, 15 and 87. RGB value is (186,21,135). Sum of RGB (Red+Green+Blue) = 186+21+135=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1587 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1587 is #45EA78. Grayscale: #535353. Windows color (decimal): -4582009 or 8852922. OLE color: 8852922.
HSL color Cylindrical-coordinate representation of color #BA1587: hue angle of 318.55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1587 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 135 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.27 |
| HSL | 318.55º | 0.8% | 0.41% | - |
| HSV(B) | 318.55º | 0.89% | 0.73% | - |
| XYZ | 24.89 | 12.72 | 24.07 | - |
| YUV | 83.33 | 157.16 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 135 | 0 | 0.89 | 0.27 | 0.27 | 318.55 | 0.8 | 0.41 |
| Hex | BA | 15 | 87 | 0 | 59 | 1B | 1B | 13F | 50 | 29 |
| Octal | 272 | 25 | 207 | 0 | 131 | 33 | 33 | 477 | 120 | 51 |
| Binary | 10111010 | 10101 | 10000111 | 0 | 1011001 | 11011 | 11011 | 100111111 | 1010000 | 101001 |
Color Harmonies of #BA1587
Complementary color
Monochromatic Colors of #BA1587
Black with #BA1587
Text Example
Text Example
White with #BA1587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1587; }
p { color: rgb(186,21,135); }
H1.HeaderClassName
{
color: #BA1587;
}
.AnyTagClassName
{
color: #BA1587;
}
</style>
background-color css
<style>
a { background-color: #BA1587; }
a { background-color: rgb(186,21,135); }
div.DivClassName
{
background-color: #BA1587;
}
.BgClassName
{
background-color: #BA1587;
}
</style>
border-color css
<style>
span { border-color: #BA1587; }
span { border-color: rgb(186,21,135); }
td.TdClassName
{
border-color: #BA1587;
}
.TagClassName
{
border-color: #BA1587;
}
</style>