Shades of Medium Violet Red #BA1D70
Tints of Medium Violet Red #BA1D70
RGB
CMYK
RGB Variations
Color information
#BA1D70 (or 0xBA1D70) is known color: Medium Violet Red. HEX triplet: BA, 1D and 70. RGB value is (186,29,112). Sum of RGB (Red+Green+Blue) = 186+29+112=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1D70 is #45E28F. Grayscale: #555555. Windows color (decimal): -4579984 or 7347642. OLE color: 7347642.
HSL color Cylindrical-coordinate representation of color #BA1D70: hue angle of 328.28º 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 #BA1D70 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 112 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.27 |
| HSL | 328.28º | 0.73% | 0.42% | - |
| HSV(B) | 328.28º | 0.84% | 0.73% | - |
| XYZ | 23.61 | 12.49 | 16.5 | - |
| YUV | 85.41 | 143.01 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 112 | 0 | 0.84 | 0.40 | 0.27 | 328.28 | 0.73 | 0.42 |
| Hex | BA | 1D | 70 | 0 | 54 | 28 | 1B | 148 | 49 | 2A |
| Octal | 272 | 35 | 160 | 0 | 124 | 50 | 33 | 510 | 111 | 52 |
| Binary | 10111010 | 11101 | 1110000 | 0 | 1010100 | 101000 | 11011 | 101001000 | 1001001 | 101010 |
Color Harmonies of #BA1D70
Complementary color
Monochromatic Colors of #BA1D70
Black with #BA1D70
Text Example
Text Example
White with #BA1D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D70; }
p { color: rgb(186,29,112); }
H1.HeaderClassName
{
color: #BA1D70;
}
.AnyTagClassName
{
color: #BA1D70;
}
</style>
background-color css
<style>
a { background-color: #BA1D70; }
a { background-color: rgb(186,29,112); }
div.DivClassName
{
background-color: #BA1D70;
}
.BgClassName
{
background-color: #BA1D70;
}
</style>
border-color css
<style>
span { border-color: #BA1D70; }
span { border-color: rgb(186,29,112); }
td.TdClassName
{
border-color: #BA1D70;
}
.TagClassName
{
border-color: #BA1D70;
}
</style>