Shades of Medium Violet Red #BA049B
Tints of Medium Violet Red #BA049B
RGB
CMYK
RGB Variations
Color information
#BA049B (or 0xBA049B) is known color: Medium Violet Red. HEX triplet: BA, 04 and 9B. RGB value is (186,4,155). Sum of RGB (Red+Green+Blue) = 186+4+155=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA049B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA049B is #45FB64. Grayscale: #4B4B4B. Windows color (decimal): -4586341 or 10159290. OLE color: 10159290.
HSL color Cylindrical-coordinate representation of color #BA049B: hue angle of 310.22º 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 #BA049B is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 155 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.27 |
| HSL | 310.22º | 0.96% | 0.37% | - |
| HSV(B) | 310.22º | 0.98% | 0.73% | - |
| XYZ | 26.21 | 12.89 | 32.12 | - |
| YUV | 75.63 | 172.8 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 155 | 0 | 0.98 | 0.17 | 0.27 | 310.22 | 0.96 | 0.37 |
| Hex | BA | 4 | 9B | 0 | 62 | 11 | 1B | 136 | 60 | 25 |
| Octal | 272 | 4 | 233 | 0 | 142 | 21 | 33 | 466 | 140 | 45 |
| Binary | 10111010 | 100 | 10011011 | 0 | 1100010 | 10001 | 11011 | 100110110 | 1100000 | 100101 |
Color Harmonies of #BA049B
Complementary color
Monochromatic Colors of #BA049B
Black with #BA049B
Text Example
Text Example
White with #BA049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA049B; }
p { color: rgb(186,4,155); }
H1.HeaderClassName
{
color: #BA049B;
}
.AnyTagClassName
{
color: #BA049B;
}
</style>
background-color css
<style>
a { background-color: #BA049B; }
a { background-color: rgb(186,4,155); }
div.DivClassName
{
background-color: #BA049B;
}
.BgClassName
{
background-color: #BA049B;
}
</style>
border-color css
<style>
span { border-color: #BA049B; }
span { border-color: rgb(186,4,155); }
td.TdClassName
{
border-color: #BA049B;
}
.TagClassName
{
border-color: #BA049B;
}
</style>