Shades of Medium Violet Red #BA1D9E
Tints of Medium Violet Red #BA1D9E
RGB
CMYK
RGB Variations
Color information
#BA1D9E (or 0xBA1D9E) is known color: Medium Violet Red. HEX triplet: BA, 1D and 9E. RGB value is (186,29,158). Sum of RGB (Red+Green+Blue) = 186+29+158=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1D9E is #45E261. Grayscale: #5A5A5A. Windows color (decimal): -4579938 or 10362298. OLE color: 10362298.
HSL color Cylindrical-coordinate representation of color #BA1D9E: hue angle of 310.7º 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 #BA1D9E is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 158 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.27 |
| HSL | 310.7º | 0.73% | 0.42% | - |
| HSV(B) | 310.7º | 0.84% | 0.73% | - |
| XYZ | 26.86 | 13.79 | 33.59 | - |
| YUV | 90.65 | 166.01 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 158 | 0 | 0.84 | 0.15 | 0.27 | 310.7 | 0.73 | 0.42 |
| Hex | BA | 1D | 9E | 0 | 54 | F | 1B | 137 | 49 | 2A |
| Octal | 272 | 35 | 236 | 0 | 124 | 17 | 33 | 467 | 111 | 52 |
| Binary | 10111010 | 11101 | 10011110 | 0 | 1010100 | 1111 | 11011 | 100110111 | 1001001 | 101010 |
Color Harmonies of #BA1D9E
Complementary color
Monochromatic Colors of #BA1D9E
Black with #BA1D9E
Text Example
Text Example
White with #BA1D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D9E; }
p { color: rgb(186,29,158); }
H1.HeaderClassName
{
color: #BA1D9E;
}
.AnyTagClassName
{
color: #BA1D9E;
}
</style>
background-color css
<style>
a { background-color: #BA1D9E; }
a { background-color: rgb(186,29,158); }
div.DivClassName
{
background-color: #BA1D9E;
}
.BgClassName
{
background-color: #BA1D9E;
}
</style>
border-color css
<style>
span { border-color: #BA1D9E; }
span { border-color: rgb(186,29,158); }
td.TdClassName
{
border-color: #BA1D9E;
}
.TagClassName
{
border-color: #BA1D9E;
}
</style>