Shades of Medium Violet Red #BA1D9C
Tints of Medium Violet Red #BA1D9C
RGB
CMYK
RGB Variations
Color information
#BA1D9C (or 0xBA1D9C) is known color: Medium Violet Red. HEX triplet: BA, 1D and 9C. RGB value is (186,29,156). Sum of RGB (Red+Green+Blue) = 186+29+156=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1D9C is #45E263. Grayscale: #5A5A5A. Windows color (decimal): -4579940 or 10231226. OLE color: 10231226.
HSL color Cylindrical-coordinate representation of color #BA1D9C: hue angle of 311.46º 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 #BA1D9C is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 156 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.27 |
| HSL | 311.47º | 0.73% | 0.42% | - |
| HSV(B) | 311.47º | 0.84% | 0.73% | - |
| XYZ | 26.69 | 13.72 | 32.69 | - |
| YUV | 90.42 | 165.01 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 156 | 0 | 0.84 | 0.16 | 0.27 | 311.47 | 0.73 | 0.42 |
| Hex | BA | 1D | 9C | 0 | 54 | 10 | 1B | 137 | 49 | 2A |
| Octal | 272 | 35 | 234 | 0 | 124 | 20 | 33 | 467 | 111 | 52 |
| Binary | 10111010 | 11101 | 10011100 | 0 | 1010100 | 10000 | 11011 | 100110111 | 1001001 | 101010 |
Color Harmonies of #BA1D9C
Complementary color
Monochromatic Colors of #BA1D9C
Black with #BA1D9C
Text Example
Text Example
White with #BA1D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D9C; }
p { color: rgb(186,29,156); }
H1.HeaderClassName
{
color: #BA1D9C;
}
.AnyTagClassName
{
color: #BA1D9C;
}
</style>
background-color css
<style>
a { background-color: #BA1D9C; }
a { background-color: rgb(186,29,156); }
div.DivClassName
{
background-color: #BA1D9C;
}
.BgClassName
{
background-color: #BA1D9C;
}
</style>
border-color css
<style>
span { border-color: #BA1D9C; }
span { border-color: rgb(186,29,156); }
td.TdClassName
{
border-color: #BA1D9C;
}
.TagClassName
{
border-color: #BA1D9C;
}
</style>