Shades of Medium Violet Red #BA1A87
Tints of Medium Violet Red #BA1A87
RGB
CMYK
RGB Variations
Color information
#BA1A87 (or 0xBA1A87) is known color: Medium Violet Red. HEX triplet: BA, 1A and 87. RGB value is (186,26,135). Sum of RGB (Red+Green+Blue) = 186+26+135=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1A87 is #45E578. Grayscale: #555555. Windows color (decimal): -4580729 or 8854202. OLE color: 8854202.
HSL color Cylindrical-coordinate representation of color #BA1A87: hue angle of 319.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1A87 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 135 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.27 |
| HSL | 319.13º | 0.75% | 0.42% | - |
| HSV(B) | 319.13º | 0.86% | 0.73% | - |
| XYZ | 24.99 | 12.93 | 24.1 | - |
| YUV | 86.27 | 155.51 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 135 | 0 | 0.86 | 0.27 | 0.27 | 319.13 | 0.75 | 0.42 |
| Hex | BA | 1A | 87 | 0 | 56 | 1B | 1B | 13F | 4B | 2A |
| Octal | 272 | 32 | 207 | 0 | 126 | 33 | 33 | 477 | 113 | 52 |
| Binary | 10111010 | 11010 | 10000111 | 0 | 1010110 | 11011 | 11011 | 100111111 | 1001011 | 101010 |
Color Harmonies of #BA1A87
Complementary color
Monochromatic Colors of #BA1A87
Black with #BA1A87
Text Example
Text Example
White with #BA1A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1A87; }
p { color: rgb(186,26,135); }
H1.HeaderClassName
{
color: #BA1A87;
}
.AnyTagClassName
{
color: #BA1A87;
}
</style>
background-color css
<style>
a { background-color: #BA1A87; }
a { background-color: rgb(186,26,135); }
div.DivClassName
{
background-color: #BA1A87;
}
.BgClassName
{
background-color: #BA1A87;
}
</style>
border-color css
<style>
span { border-color: #BA1A87; }
span { border-color: rgb(186,26,135); }
td.TdClassName
{
border-color: #BA1A87;
}
.TagClassName
{
border-color: #BA1A87;
}
</style>