Shades of Medium Violet Red #BA0D7E
Tints of Medium Violet Red #BA0D7E
RGB
CMYK
RGB Variations
Color information
#BA0D7E (or 0xBA0D7E) is known color: Medium Violet Red. HEX triplet: BA, 0D and 7E. RGB value is (186,13,126). Sum of RGB (Red+Green+Blue) = 186+13+126=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0D7E is #45F281. Grayscale: #4D4D4D. Windows color (decimal): -4584066 or 8261050. OLE color: 8261050.
HSL color Cylindrical-coordinate representation of color #BA0D7E: hue angle of 320.81º 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 #BA0D7E is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 13 | 126 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.27 |
| HSL | 320.81º | 0.87% | 0.39% | - |
| HSV(B) | 320.81º | 0.93% | 0.73% | - |
| XYZ | 24.16 | 12.23 | 20.83 | - |
| YUV | 77.61 | 155.31 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 126 | 0 | 0.93 | 0.32 | 0.27 | 320.81 | 0.87 | 0.39 |
| Hex | BA | D | 7E | 0 | 5D | 20 | 1B | 141 | 57 | 27 |
| Octal | 272 | 15 | 176 | 0 | 135 | 40 | 33 | 501 | 127 | 47 |
| Binary | 10111010 | 1101 | 1111110 | 0 | 1011101 | 100000 | 11011 | 101000001 | 1010111 | 100111 |
Color Harmonies of #BA0D7E
Complementary color
Monochromatic Colors of #BA0D7E
Black with #BA0D7E
Text Example
Text Example
White with #BA0D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0D7E; }
p { color: rgb(186,13,126); }
H1.HeaderClassName
{
color: #BA0D7E;
}
.AnyTagClassName
{
color: #BA0D7E;
}
</style>
background-color css
<style>
a { background-color: #BA0D7E; }
a { background-color: rgb(186,13,126); }
div.DivClassName
{
background-color: #BA0D7E;
}
.BgClassName
{
background-color: #BA0D7E;
}
</style>
border-color css
<style>
span { border-color: #BA0D7E; }
span { border-color: rgb(186,13,126); }
td.TdClassName
{
border-color: #BA0D7E;
}
.TagClassName
{
border-color: #BA0D7E;
}
</style>