Shades of Medium Violet Red #BA1D7E
Tints of Medium Violet Red #BA1D7E
RGB
CMYK
RGB Variations
Color information
#BA1D7E (or 0xBA1D7E) is known color: Medium Violet Red. HEX triplet: BA, 1D and 7E. RGB value is (186,29,126). Sum of RGB (Red+Green+Blue) = 186+29+126=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1D7E is #45E281. Grayscale: #565656. Windows color (decimal): -4579970 or 8265146. OLE color: 8265146.
HSL color Cylindrical-coordinate representation of color #BA1D7E: hue angle of 322.93º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1D7E is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 126 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.27 |
| HSL | 322.93º | 0.73% | 0.42% | - |
| HSV(B) | 322.93º | 0.84% | 0.73% | - |
| XYZ | 24.45 | 12.82 | 20.93 | - |
| YUV | 87 | 150.01 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 126 | 0 | 0.84 | 0.32 | 0.27 | 322.93 | 0.73 | 0.42 |
| Hex | BA | 1D | 7E | 0 | 54 | 20 | 1B | 143 | 49 | 2A |
| Octal | 272 | 35 | 176 | 0 | 124 | 40 | 33 | 503 | 111 | 52 |
| Binary | 10111010 | 11101 | 1111110 | 0 | 1010100 | 100000 | 11011 | 101000011 | 1001001 | 101010 |
Color Harmonies of #BA1D7E
Complementary color
Monochromatic Colors of #BA1D7E
Black with #BA1D7E
Text Example
Text Example
White with #BA1D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D7E; }
p { color: rgb(186,29,126); }
H1.HeaderClassName
{
color: #BA1D7E;
}
.AnyTagClassName
{
color: #BA1D7E;
}
</style>
background-color css
<style>
a { background-color: #BA1D7E; }
a { background-color: rgb(186,29,126); }
div.DivClassName
{
background-color: #BA1D7E;
}
.BgClassName
{
background-color: #BA1D7E;
}
</style>
border-color css
<style>
span { border-color: #BA1D7E; }
span { border-color: rgb(186,29,126); }
td.TdClassName
{
border-color: #BA1D7E;
}
.TagClassName
{
border-color: #BA1D7E;
}
</style>