Shades of Medium Violet Red #BA1A89
Tints of Medium Violet Red #BA1A89
RGB
CMYK
RGB Variations
Color information
#BA1A89 (or 0xBA1A89) is known color: Medium Violet Red. HEX triplet: BA, 1A and 89. RGB value is (186,26,137). Sum of RGB (Red+Green+Blue) = 186+26+137=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1A89 is #45E576. Grayscale: #565656. Windows color (decimal): -4580727 or 8985274. OLE color: 8985274.
HSL color Cylindrical-coordinate representation of color #BA1A89: hue angle of 318.38º 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 #BA1A89 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 137 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.27 |
| HSL | 318.38º | 0.75% | 0.42% | - |
| HSV(B) | 318.38º | 0.86% | 0.73% | - |
| XYZ | 25.13 | 12.98 | 24.85 | - |
| YUV | 86.49 | 156.51 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 137 | 0 | 0.86 | 0.26 | 0.27 | 318.38 | 0.75 | 0.42 |
| Hex | BA | 1A | 89 | 0 | 56 | 1A | 1B | 13E | 4B | 2A |
| Octal | 272 | 32 | 211 | 0 | 126 | 32 | 33 | 476 | 113 | 52 |
| Binary | 10111010 | 11010 | 10001001 | 0 | 1010110 | 11010 | 11011 | 100111110 | 1001011 | 101010 |
Color Harmonies of #BA1A89
Complementary color
Monochromatic Colors of #BA1A89
Black with #BA1A89
Text Example
Text Example
White with #BA1A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1A89; }
p { color: rgb(186,26,137); }
H1.HeaderClassName
{
color: #BA1A89;
}
.AnyTagClassName
{
color: #BA1A89;
}
</style>
background-color css
<style>
a { background-color: #BA1A89; }
a { background-color: rgb(186,26,137); }
div.DivClassName
{
background-color: #BA1A89;
}
.BgClassName
{
background-color: #BA1A89;
}
</style>
border-color css
<style>
span { border-color: #BA1A89; }
span { border-color: rgb(186,26,137); }
td.TdClassName
{
border-color: #BA1A89;
}
.TagClassName
{
border-color: #BA1A89;
}
</style>