Shades of Medium Violet Red #BA1D8D
Tints of Medium Violet Red #BA1D8D
RGB
CMYK
RGB Variations
Color information
#BA1D8D (or 0xBA1D8D) is known color: Medium Violet Red. HEX triplet: BA, 1D and 8D. RGB value is (186,29,141). Sum of RGB (Red+Green+Blue) = 186+29+141=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1D8D is #45E272. Grayscale: #585858. Windows color (decimal): -4579955 or 9248186. OLE color: 9248186.
HSL color Cylindrical-coordinate representation of color #BA1D8D: hue angle of 317.2º 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 #BA1D8D is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 141 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.27 |
| HSL | 317.2º | 0.73% | 0.42% | - |
| HSV(B) | 317.2º | 0.84% | 0.73% | - |
| XYZ | 25.5 | 13.24 | 26.41 | - |
| YUV | 88.71 | 157.51 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 141 | 0 | 0.84 | 0.24 | 0.27 | 317.2 | 0.73 | 0.42 |
| Hex | BA | 1D | 8D | 0 | 54 | 18 | 1B | 13D | 49 | 2A |
| Octal | 272 | 35 | 215 | 0 | 124 | 30 | 33 | 475 | 111 | 52 |
| Binary | 10111010 | 11101 | 10001101 | 0 | 1010100 | 11000 | 11011 | 100111101 | 1001001 | 101010 |
Color Harmonies of #BA1D8D
Complementary color
Monochromatic Colors of #BA1D8D
Black with #BA1D8D
Text Example
Text Example
White with #BA1D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D8D; }
p { color: rgb(186,29,141); }
H1.HeaderClassName
{
color: #BA1D8D;
}
.AnyTagClassName
{
color: #BA1D8D;
}
</style>
background-color css
<style>
a { background-color: #BA1D8D; }
a { background-color: rgb(186,29,141); }
div.DivClassName
{
background-color: #BA1D8D;
}
.BgClassName
{
background-color: #BA1D8D;
}
</style>
border-color css
<style>
span { border-color: #BA1D8D; }
span { border-color: rgb(186,29,141); }
td.TdClassName
{
border-color: #BA1D8D;
}
.TagClassName
{
border-color: #BA1D8D;
}
</style>