Shades of Medium Violet Red #BA1E89
Tints of Medium Violet Red #BA1E89
RGB
CMYK
RGB Variations
Color information
#BA1E89 (or 0xBA1E89) is known color: Medium Violet Red. HEX triplet: BA, 1E and 89. RGB value is (186,30,137). Sum of RGB (Red+Green+Blue) = 186+30+137=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1E89 is #45E176. Grayscale: #585858. Windows color (decimal): -4579703 or 8986298. OLE color: 8986298.
HSL color Cylindrical-coordinate representation of color #BA1E89: hue angle of 318.85º degrees, saturation: 0.72, 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 #BA1E89 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 30 | 137 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.27 |
| HSL | 318.85º | 0.72% | 0.42% | - |
| HSV(B) | 318.85º | 0.84% | 0.73% | - |
| XYZ | 25.23 | 13.17 | 24.88 | - |
| YUV | 88.84 | 155.18 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 137 | 0 | 0.84 | 0.26 | 0.27 | 318.85 | 0.72 | 0.42 |
| Hex | BA | 1E | 89 | 0 | 54 | 1A | 1B | 13F | 48 | 2A |
| Octal | 272 | 36 | 211 | 0 | 124 | 32 | 33 | 477 | 110 | 52 |
| Binary | 10111010 | 11110 | 10001001 | 0 | 1010100 | 11010 | 11011 | 100111111 | 1001000 | 101010 |
Color Harmonies of #BA1E89
Complementary color
Monochromatic Colors of #BA1E89
Black with #BA1E89
Text Example
Text Example
White with #BA1E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1E89; }
p { color: rgb(186,30,137); }
H1.HeaderClassName
{
color: #BA1E89;
}
.AnyTagClassName
{
color: #BA1E89;
}
</style>
background-color css
<style>
a { background-color: #BA1E89; }
a { background-color: rgb(186,30,137); }
div.DivClassName
{
background-color: #BA1E89;
}
.BgClassName
{
background-color: #BA1E89;
}
</style>
border-color css
<style>
span { border-color: #BA1E89; }
span { border-color: rgb(186,30,137); }
td.TdClassName
{
border-color: #BA1E89;
}
.TagClassName
{
border-color: #BA1E89;
}
</style>