Shades of Medium Violet Red #BA1D90
Tints of Medium Violet Red #BA1D90
RGB
CMYK
RGB Variations
Color information
#BA1D90 (or 0xBA1D90) is known color: Medium Violet Red. HEX triplet: BA, 1D and 90. RGB value is (186,29,144). Sum of RGB (Red+Green+Blue) = 186+29+144=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1D90 is #45E26F. Grayscale: #585858. Windows color (decimal): -4579952 or 9444794. OLE color: 9444794.
HSL color Cylindrical-coordinate representation of color #BA1D90: hue angle of 316.05º 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 #BA1D90 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 144 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.27 |
| HSL | 316.05º | 0.73% | 0.42% | - |
| HSV(B) | 316.05º | 0.84% | 0.73% | - |
| XYZ | 25.72 | 13.33 | 27.6 | - |
| YUV | 89.05 | 159.01 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 144 | 0 | 0.84 | 0.23 | 0.27 | 316.05 | 0.73 | 0.42 |
| Hex | BA | 1D | 90 | 0 | 54 | 17 | 1B | 13C | 49 | 2A |
| Octal | 272 | 35 | 220 | 0 | 124 | 27 | 33 | 474 | 111 | 52 |
| Binary | 10111010 | 11101 | 10010000 | 0 | 1010100 | 10111 | 11011 | 100111100 | 1001001 | 101010 |
Color Harmonies of #BA1D90
Complementary color
Monochromatic Colors of #BA1D90
Black with #BA1D90
Text Example
Text Example
White with #BA1D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D90; }
p { color: rgb(186,29,144); }
H1.HeaderClassName
{
color: #BA1D90;
}
.AnyTagClassName
{
color: #BA1D90;
}
</style>
background-color css
<style>
a { background-color: #BA1D90; }
a { background-color: rgb(186,29,144); }
div.DivClassName
{
background-color: #BA1D90;
}
.BgClassName
{
background-color: #BA1D90;
}
</style>
border-color css
<style>
span { border-color: #BA1D90; }
span { border-color: rgb(186,29,144); }
td.TdClassName
{
border-color: #BA1D90;
}
.TagClassName
{
border-color: #BA1D90;
}
</style>