Shades of Medium Violet Red #BA0D7B
Tints of Medium Violet Red #BA0D7B
RGB
CMYK
RGB Variations
Color information
#BA0D7B (or 0xBA0D7B) is known color: Medium Violet Red. HEX triplet: BA, 0D and 7B. RGB value is (186,13,123). Sum of RGB (Red+Green+Blue) = 186+13+123=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D7B is #45F284. Grayscale: #4D4D4D. Windows color (decimal): -4584069 or 8064442. OLE color: 8064442.
HSL color Cylindrical-coordinate representation of color #BA0D7B: hue angle of 321.85º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0D7B is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 13 | 123 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.27 |
| HSL | 321.85º | 0.87% | 0.39% | - |
| HSV(B) | 321.85º | 0.93% | 0.73% | - |
| XYZ | 23.97 | 12.16 | 19.82 | - |
| YUV | 77.27 | 153.81 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 123 | 0 | 0.93 | 0.34 | 0.27 | 321.85 | 0.87 | 0.39 |
| Hex | BA | D | 7B | 0 | 5D | 22 | 1B | 142 | 57 | 27 |
| Octal | 272 | 15 | 173 | 0 | 135 | 42 | 33 | 502 | 127 | 47 |
| Binary | 10111010 | 1101 | 1111011 | 0 | 1011101 | 100010 | 11011 | 101000010 | 1010111 | 100111 |
Color Harmonies of #BA0D7B
Complementary color
Monochromatic Colors of #BA0D7B
Black with #BA0D7B
Text Example
Text Example
White with #BA0D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0D7B; }
p { color: rgb(186,13,123); }
H1.HeaderClassName
{
color: #BA0D7B;
}
.AnyTagClassName
{
color: #BA0D7B;
}
</style>
background-color css
<style>
a { background-color: #BA0D7B; }
a { background-color: rgb(186,13,123); }
div.DivClassName
{
background-color: #BA0D7B;
}
.BgClassName
{
background-color: #BA0D7B;
}
</style>
border-color css
<style>
span { border-color: #BA0D7B; }
span { border-color: rgb(186,13,123); }
td.TdClassName
{
border-color: #BA0D7B;
}
.TagClassName
{
border-color: #BA0D7B;
}
</style>