Shades of Medium Violet Red #BA1787
Tints of Medium Violet Red #BA1787
RGB
CMYK
RGB Variations
Color information
#BA1787 (or 0xBA1787) is known color: Medium Violet Red. HEX triplet: BA, 17 and 87. RGB value is (186,23,135). Sum of RGB (Red+Green+Blue) = 186+23+135=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1787 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1787 is #45E878. Grayscale: #545454. Windows color (decimal): -4581497 or 8853434. OLE color: 8853434.
HSL color Cylindrical-coordinate representation of color #BA1787: hue angle of 318.77º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1787 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 135 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.27 |
| HSL | 318.77º | 0.78% | 0.41% | - |
| HSV(B) | 318.77º | 0.88% | 0.73% | - |
| XYZ | 24.93 | 12.8 | 24.08 | - |
| YUV | 84.51 | 156.5 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 135 | 0 | 0.88 | 0.27 | 0.27 | 318.77 | 0.78 | 0.41 |
| Hex | BA | 17 | 87 | 0 | 58 | 1B | 1B | 13F | 4E | 29 |
| Octal | 272 | 27 | 207 | 0 | 130 | 33 | 33 | 477 | 116 | 51 |
| Binary | 10111010 | 10111 | 10000111 | 0 | 1011000 | 11011 | 11011 | 100111111 | 1001110 | 101001 |
Color Harmonies of #BA1787
Complementary color
Monochromatic Colors of #BA1787
Black with #BA1787
Text Example
Text Example
White with #BA1787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1787; }
p { color: rgb(186,23,135); }
H1.HeaderClassName
{
color: #BA1787;
}
.AnyTagClassName
{
color: #BA1787;
}
</style>
background-color css
<style>
a { background-color: #BA1787; }
a { background-color: rgb(186,23,135); }
div.DivClassName
{
background-color: #BA1787;
}
.BgClassName
{
background-color: #BA1787;
}
</style>
border-color css
<style>
span { border-color: #BA1787; }
span { border-color: rgb(186,23,135); }
td.TdClassName
{
border-color: #BA1787;
}
.TagClassName
{
border-color: #BA1787;
}
</style>