Shades of Medium Violet Red #BA039B
Tints of Medium Violet Red #BA039B
RGB
CMYK
RGB Variations
Color information
#BA039B (or 0xBA039B) is known color: Medium Violet Red. HEX triplet: BA, 03 and 9B. RGB value is (186,3,155). Sum of RGB (Red+Green+Blue) = 186+3+155=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA039B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA039B is #45FC64. Grayscale: #4A4A4A. Windows color (decimal): -4586597 or 10159034. OLE color: 10159034.
HSL color Cylindrical-coordinate representation of color #BA039B: hue angle of 310.16º 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 #BA039B is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 155 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.27 |
| HSL | 310.16º | 0.97% | 0.37% | - |
| HSV(B) | 310.16º | 0.98% | 0.73% | - |
| XYZ | 26.2 | 12.87 | 32.11 | - |
| YUV | 75.05 | 173.13 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 155 | 0 | 0.98 | 0.17 | 0.27 | 310.16 | 0.97 | 0.37 |
| Hex | BA | 3 | 9B | 0 | 62 | 11 | 1B | 136 | 61 | 25 |
| Octal | 272 | 3 | 233 | 0 | 142 | 21 | 33 | 466 | 141 | 45 |
| Binary | 10111010 | 11 | 10011011 | 0 | 1100010 | 10001 | 11011 | 100110110 | 1100001 | 100101 |
Color Harmonies of #BA039B
Complementary color
Monochromatic Colors of #BA039B
Black with #BA039B
Text Example
Text Example
White with #BA039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA039B; }
p { color: rgb(186,3,155); }
H1.HeaderClassName
{
color: #BA039B;
}
.AnyTagClassName
{
color: #BA039B;
}
</style>
background-color css
<style>
a { background-color: #BA039B; }
a { background-color: rgb(186,3,155); }
div.DivClassName
{
background-color: #BA039B;
}
.BgClassName
{
background-color: #BA039B;
}
</style>
border-color css
<style>
span { border-color: #BA039B; }
span { border-color: rgb(186,3,155); }
td.TdClassName
{
border-color: #BA039B;
}
.TagClassName
{
border-color: #BA039B;
}
</style>