Shades of Medium Violet Red #BA1887
Tints of Medium Violet Red #BA1887
RGB
CMYK
RGB Variations
Color information
#BA1887 (or 0xBA1887) is known color: Medium Violet Red. HEX triplet: BA, 18 and 87. RGB value is (186,24,135). Sum of RGB (Red+Green+Blue) = 186+24+135=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1887 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1887 is #45E778. Grayscale: #545454. Windows color (decimal): -4581241 or 8853690. OLE color: 8853690.
HSL color Cylindrical-coordinate representation of color #BA1887: hue angle of 318.89º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1887 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 24 | 135 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.27 |
| HSL | 318.89º | 0.77% | 0.41% | - |
| HSV(B) | 318.89º | 0.87% | 0.73% | - |
| XYZ | 24.95 | 12.84 | 24.09 | - |
| YUV | 85.09 | 156.17 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 135 | 0 | 0.87 | 0.27 | 0.27 | 318.89 | 0.77 | 0.41 |
| Hex | BA | 18 | 87 | 0 | 57 | 1B | 1B | 13F | 4D | 29 |
| Octal | 272 | 30 | 207 | 0 | 127 | 33 | 33 | 477 | 115 | 51 |
| Binary | 10111010 | 11000 | 10000111 | 0 | 1010111 | 11011 | 11011 | 100111111 | 1001101 | 101001 |
Color Harmonies of #BA1887
Complementary color
Monochromatic Colors of #BA1887
Black with #BA1887
Text Example
Text Example
White with #BA1887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1887; }
p { color: rgb(186,24,135); }
H1.HeaderClassName
{
color: #BA1887;
}
.AnyTagClassName
{
color: #BA1887;
}
</style>
background-color css
<style>
a { background-color: #BA1887; }
a { background-color: rgb(186,24,135); }
div.DivClassName
{
background-color: #BA1887;
}
.BgClassName
{
background-color: #BA1887;
}
</style>
border-color css
<style>
span { border-color: #BA1887; }
span { border-color: rgb(186,24,135); }
td.TdClassName
{
border-color: #BA1887;
}
.TagClassName
{
border-color: #BA1887;
}
</style>