Shades of Medium Violet Red #BA049D
Tints of Medium Violet Red #BA049D
RGB
CMYK
RGB Variations
Color information
#BA049D (or 0xBA049D) is known color: Medium Violet Red. HEX triplet: BA, 04 and 9D. RGB value is (186,4,157). Sum of RGB (Red+Green+Blue) = 186+4+157=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA049D is #45FB62. Grayscale: #4B4B4B. Windows color (decimal): -4586339 or 10290362. OLE color: 10290362.
HSL color Cylindrical-coordinate representation of color #BA049D: hue angle of 309.56º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA049D is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 157 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.27 |
| HSL | 309.56º | 0.96% | 0.37% | - |
| HSV(B) | 309.56º | 0.98% | 0.73% | - |
| XYZ | 26.38 | 12.96 | 33.01 | - |
| YUV | 75.86 | 173.8 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 157 | 0 | 0.98 | 0.16 | 0.27 | 309.56 | 0.96 | 0.37 |
| Hex | BA | 4 | 9D | 0 | 62 | 10 | 1B | 136 | 60 | 25 |
| Octal | 272 | 4 | 235 | 0 | 142 | 20 | 33 | 466 | 140 | 45 |
| Binary | 10111010 | 100 | 10011101 | 0 | 1100010 | 10000 | 11011 | 100110110 | 1100000 | 100101 |
Color Harmonies of #BA049D
Complementary color
Monochromatic Colors of #BA049D
Black with #BA049D
Text Example
Text Example
White with #BA049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA049D; }
p { color: rgb(186,4,157); }
H1.HeaderClassName
{
color: #BA049D;
}
.AnyTagClassName
{
color: #BA049D;
}
</style>
background-color css
<style>
a { background-color: #BA049D; }
a { background-color: rgb(186,4,157); }
div.DivClassName
{
background-color: #BA049D;
}
.BgClassName
{
background-color: #BA049D;
}
</style>
border-color css
<style>
span { border-color: #BA049D; }
span { border-color: rgb(186,4,157); }
td.TdClassName
{
border-color: #BA049D;
}
.TagClassName
{
border-color: #BA049D;
}
</style>