Shades of Medium Violet Red #BA1889
Tints of Medium Violet Red #BA1889
RGB
CMYK
RGB Variations
Color information
#BA1889 (or 0xBA1889) is known color: Medium Violet Red. HEX triplet: BA, 18 and 89. RGB value is (186,24,137). Sum of RGB (Red+Green+Blue) = 186+24+137=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1889 is #45E776. Grayscale: #555555. Windows color (decimal): -4581239 or 8984762. OLE color: 8984762.
HSL color Cylindrical-coordinate representation of color #BA1889: hue angle of 318.15º 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 #BA1889 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 24 | 137 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.27 |
| HSL | 318.15º | 0.77% | 0.41% | - |
| HSV(B) | 318.15º | 0.87% | 0.73% | - |
| XYZ | 25.09 | 12.9 | 24.83 | - |
| YUV | 85.32 | 157.17 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 137 | 0 | 0.87 | 0.26 | 0.27 | 318.15 | 0.77 | 0.41 |
| Hex | BA | 18 | 89 | 0 | 57 | 1A | 1B | 13E | 4D | 29 |
| Octal | 272 | 30 | 211 | 0 | 127 | 32 | 33 | 476 | 115 | 51 |
| Binary | 10111010 | 11000 | 10001001 | 0 | 1010111 | 11010 | 11011 | 100111110 | 1001101 | 101001 |
Color Harmonies of #BA1889
Complementary color
Monochromatic Colors of #BA1889
Black with #BA1889
Text Example
Text Example
White with #BA1889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1889; }
p { color: rgb(186,24,137); }
H1.HeaderClassName
{
color: #BA1889;
}
.AnyTagClassName
{
color: #BA1889;
}
</style>
background-color css
<style>
a { background-color: #BA1889; }
a { background-color: rgb(186,24,137); }
div.DivClassName
{
background-color: #BA1889;
}
.BgClassName
{
background-color: #BA1889;
}
</style>
border-color css
<style>
span { border-color: #BA1889; }
span { border-color: rgb(186,24,137); }
td.TdClassName
{
border-color: #BA1889;
}
.TagClassName
{
border-color: #BA1889;
}
</style>