Shades of Medium Violet Red #BA1D87
Tints of Medium Violet Red #BA1D87
RGB
CMYK
RGB Variations
Color information
#BA1D87 (or 0xBA1D87) is known color: Medium Violet Red. HEX triplet: BA, 1D and 87. RGB value is (186,29,135). Sum of RGB (Red+Green+Blue) = 186+29+135=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1D87 is #45E278. Grayscale: #575757. Windows color (decimal): -4579961 or 8854970. OLE color: 8854970.
HSL color Cylindrical-coordinate representation of color #BA1D87: hue angle of 319.49º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1D87 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 135 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.27 |
| HSL | 319.49º | 0.73% | 0.42% | - |
| HSV(B) | 319.49º | 0.84% | 0.73% | - |
| XYZ | 25.06 | 13.07 | 24.12 | - |
| YUV | 88.03 | 154.51 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 135 | 0 | 0.84 | 0.27 | 0.27 | 319.49 | 0.73 | 0.42 |
| Hex | BA | 1D | 87 | 0 | 54 | 1B | 1B | 13F | 49 | 2A |
| Octal | 272 | 35 | 207 | 0 | 124 | 33 | 33 | 477 | 111 | 52 |
| Binary | 10111010 | 11101 | 10000111 | 0 | 1010100 | 11011 | 11011 | 100111111 | 1001001 | 101010 |
Color Harmonies of #BA1D87
Complementary color
Monochromatic Colors of #BA1D87
Black with #BA1D87
Text Example
Text Example
White with #BA1D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D87; }
p { color: rgb(186,29,135); }
H1.HeaderClassName
{
color: #BA1D87;
}
.AnyTagClassName
{
color: #BA1D87;
}
</style>
background-color css
<style>
a { background-color: #BA1D87; }
a { background-color: rgb(186,29,135); }
div.DivClassName
{
background-color: #BA1D87;
}
.BgClassName
{
background-color: #BA1D87;
}
</style>
border-color css
<style>
span { border-color: #BA1D87; }
span { border-color: rgb(186,29,135); }
td.TdClassName
{
border-color: #BA1D87;
}
.TagClassName
{
border-color: #BA1D87;
}
</style>