Shades of Medium Violet Red #BA047B
Tints of Medium Violet Red #BA047B
RGB
CMYK
RGB Variations
Color information
#BA047B (or 0xBA047B) is known color: Medium Violet Red. HEX triplet: BA, 04 and 7B. RGB value is (186,4,123). Sum of RGB (Red+Green+Blue) = 186+4+123=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA047B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA047B is #45FB84. Grayscale: #474747. Windows color (decimal): -4586373 or 8062138. OLE color: 8062138.
HSL color Cylindrical-coordinate representation of color #BA047B: hue angle of 320.77º 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 #BA047B is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.27 |
| HSL | 320.77º | 0.96% | 0.37% | - |
| HSV(B) | 320.77º | 0.98% | 0.73% | - |
| XYZ | 23.87 | 11.96 | 19.79 | - |
| YUV | 71.98 | 156.8 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 123 | 0 | 0.98 | 0.34 | 0.27 | 320.77 | 0.96 | 0.37 |
| Hex | BA | 4 | 7B | 0 | 62 | 22 | 1B | 141 | 60 | 25 |
| Octal | 272 | 4 | 173 | 0 | 142 | 42 | 33 | 501 | 140 | 45 |
| Binary | 10111010 | 100 | 1111011 | 0 | 1100010 | 100010 | 11011 | 101000001 | 1100000 | 100101 |
Color Harmonies of #BA047B
Complementary color
Monochromatic Colors of #BA047B
Black with #BA047B
Text Example
Text Example
White with #BA047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA047B; }
p { color: rgb(186,4,123); }
H1.HeaderClassName
{
color: #BA047B;
}
.AnyTagClassName
{
color: #BA047B;
}
</style>
background-color css
<style>
a { background-color: #BA047B; }
a { background-color: rgb(186,4,123); }
div.DivClassName
{
background-color: #BA047B;
}
.BgClassName
{
background-color: #BA047B;
}
</style>
border-color css
<style>
span { border-color: #BA047B; }
span { border-color: rgb(186,4,123); }
td.TdClassName
{
border-color: #BA047B;
}
.TagClassName
{
border-color: #BA047B;
}
</style>