Shades of Medium Violet Red #BA039C
Tints of Medium Violet Red #BA039C
RGB
CMYK
RGB Variations
Color information
#BA039C (or 0xBA039C) is known color: Medium Violet Red. HEX triplet: BA, 03 and 9C. RGB value is (186,3,156). Sum of RGB (Red+Green+Blue) = 186+3+156=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA039C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA039C is #45FC63. Grayscale: #4A4A4A. Windows color (decimal): -4586596 or 10224570. OLE color: 10224570.
HSL color Cylindrical-coordinate representation of color #BA039C: hue angle of 309.84º degrees, saturation: 0.97, 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 #BA039C is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 156 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.27 |
| HSL | 309.84º | 0.97% | 0.37% | - |
| HSV(B) | 309.84º | 0.98% | 0.73% | - |
| XYZ | 26.28 | 12.9 | 32.56 | - |
| YUV | 75.16 | 173.63 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 156 | 0 | 0.98 | 0.16 | 0.27 | 309.84 | 0.97 | 0.37 |
| Hex | BA | 3 | 9C | 0 | 62 | 10 | 1B | 136 | 61 | 25 |
| Octal | 272 | 3 | 234 | 0 | 142 | 20 | 33 | 466 | 141 | 45 |
| Binary | 10111010 | 11 | 10011100 | 0 | 1100010 | 10000 | 11011 | 100110110 | 1100001 | 100101 |
Color Harmonies of #BA039C
Complementary color
Monochromatic Colors of #BA039C
Black with #BA039C
Text Example
Text Example
White with #BA039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA039C; }
p { color: rgb(186,3,156); }
H1.HeaderClassName
{
color: #BA039C;
}
.AnyTagClassName
{
color: #BA039C;
}
</style>
background-color css
<style>
a { background-color: #BA039C; }
a { background-color: rgb(186,3,156); }
div.DivClassName
{
background-color: #BA039C;
}
.BgClassName
{
background-color: #BA039C;
}
</style>
border-color css
<style>
span { border-color: #BA039C; }
span { border-color: rgb(186,3,156); }
td.TdClassName
{
border-color: #BA039C;
}
.TagClassName
{
border-color: #BA039C;
}
</style>