Shades of Medium Violet Red #BA1D91
Tints of Medium Violet Red #BA1D91
RGB
CMYK
RGB Variations
Color information
#BA1D91 (or 0xBA1D91) is known color: Medium Violet Red. HEX triplet: BA, 1D and 91. RGB value is (186,29,145). Sum of RGB (Red+Green+Blue) = 186+29+145=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1D91 is #45E26E. Grayscale: #585858. Windows color (decimal): -4579951 or 9510330. OLE color: 9510330.
HSL color Cylindrical-coordinate representation of color #BA1D91: hue angle of 315.67º 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 #BA1D91 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 145 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.27 |
| HSL | 315.67º | 0.73% | 0.42% | - |
| HSV(B) | 315.67º | 0.84% | 0.73% | - |
| XYZ | 25.8 | 13.36 | 28.01 | - |
| YUV | 89.17 | 159.51 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 145 | 0 | 0.84 | 0.22 | 0.27 | 315.67 | 0.73 | 0.42 |
| Hex | BA | 1D | 91 | 0 | 54 | 16 | 1B | 13C | 49 | 2A |
| Octal | 272 | 35 | 221 | 0 | 124 | 26 | 33 | 474 | 111 | 52 |
| Binary | 10111010 | 11101 | 10010001 | 0 | 1010100 | 10110 | 11011 | 100111100 | 1001001 | 101010 |
Color Harmonies of #BA1D91
Complementary color
Monochromatic Colors of #BA1D91
Black with #BA1D91
Text Example
Text Example
White with #BA1D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D91; }
p { color: rgb(186,29,145); }
H1.HeaderClassName
{
color: #BA1D91;
}
.AnyTagClassName
{
color: #BA1D91;
}
</style>
background-color css
<style>
a { background-color: #BA1D91; }
a { background-color: rgb(186,29,145); }
div.DivClassName
{
background-color: #BA1D91;
}
.BgClassName
{
background-color: #BA1D91;
}
</style>
border-color css
<style>
span { border-color: #BA1D91; }
span { border-color: rgb(186,29,145); }
td.TdClassName
{
border-color: #BA1D91;
}
.TagClassName
{
border-color: #BA1D91;
}
</style>