Shades of Medium Violet Red #BA2189
Tints of Medium Violet Red #BA2189
RGB
CMYK
RGB Variations
Color information
#BA2189 (or 0xBA2189) is known color: Medium Violet Red. HEX triplet: BA, 21 and 89. RGB value is (186,33,137). Sum of RGB (Red+Green+Blue) = 186+33+137=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2189 is #45DE76. Grayscale: #5A5A5A. Windows color (decimal): -4578935 or 8987066. OLE color: 8987066.
HSL color Cylindrical-coordinate representation of color #BA2189: hue angle of 319.22º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2189 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 137 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.27 |
| HSL | 319.22º | 0.7% | 0.43% | - |
| HSV(B) | 319.22º | 0.82% | 0.73% | - |
| XYZ | 25.31 | 13.33 | 24.91 | - |
| YUV | 90.6 | 154.19 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 137 | 0 | 0.82 | 0.26 | 0.27 | 319.22 | 0.7 | 0.43 |
| Hex | BA | 21 | 89 | 0 | 52 | 1A | 1B | 13F | 46 | 2B |
| Octal | 272 | 41 | 211 | 0 | 122 | 32 | 33 | 477 | 106 | 53 |
| Binary | 10111010 | 100001 | 10001001 | 0 | 1010010 | 11010 | 11011 | 100111111 | 1000110 | 101011 |
Color Harmonies of #BA2189
Complementary color
Monochromatic Colors of #BA2189
Black with #BA2189
Text Example
Text Example
White with #BA2189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2189; }
p { color: rgb(186,33,137); }
H1.HeaderClassName
{
color: #BA2189;
}
.AnyTagClassName
{
color: #BA2189;
}
</style>
background-color css
<style>
a { background-color: #BA2189; }
a { background-color: rgb(186,33,137); }
div.DivClassName
{
background-color: #BA2189;
}
.BgClassName
{
background-color: #BA2189;
}
</style>
border-color css
<style>
span { border-color: #BA2189; }
span { border-color: rgb(186,33,137); }
td.TdClassName
{
border-color: #BA2189;
}
.TagClassName
{
border-color: #BA2189;
}
</style>