Shades of Medium Violet Red #BA1D9F
Tints of Medium Violet Red #BA1D9F
RGB
CMYK
RGB Variations
Color information
#BA1D9F (or 0xBA1D9F) is known color: Medium Violet Red. HEX triplet: BA, 1D and 9F. RGB value is (186,29,159). Sum of RGB (Red+Green+Blue) = 186+29+159=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1D9F is #45E260. Grayscale: #5A5A5A. Windows color (decimal): -4579937 or 10427834. OLE color: 10427834.
HSL color Cylindrical-coordinate representation of color #BA1D9F: hue angle of 310.32º 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 #BA1D9F is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 159 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.27 |
| HSL | 310.32º | 0.73% | 0.42% | - |
| HSV(B) | 310.32º | 0.84% | 0.73% | - |
| XYZ | 26.95 | 13.82 | 34.05 | - |
| YUV | 90.76 | 166.51 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 159 | 0 | 0.84 | 0.15 | 0.27 | 310.32 | 0.73 | 0.42 |
| Hex | BA | 1D | 9F | 0 | 54 | F | 1B | 136 | 49 | 2A |
| Octal | 272 | 35 | 237 | 0 | 124 | 17 | 33 | 466 | 111 | 52 |
| Binary | 10111010 | 11101 | 10011111 | 0 | 1010100 | 1111 | 11011 | 100110110 | 1001001 | 101010 |
Color Harmonies of #BA1D9F
Complementary color
Monochromatic Colors of #BA1D9F
Black with #BA1D9F
Text Example
Text Example
White with #BA1D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D9F; }
p { color: rgb(186,29,159); }
H1.HeaderClassName
{
color: #BA1D9F;
}
.AnyTagClassName
{
color: #BA1D9F;
}
</style>
background-color css
<style>
a { background-color: #BA1D9F; }
a { background-color: rgb(186,29,159); }
div.DivClassName
{
background-color: #BA1D9F;
}
.BgClassName
{
background-color: #BA1D9F;
}
</style>
border-color css
<style>
span { border-color: #BA1D9F; }
span { border-color: rgb(186,29,159); }
td.TdClassName
{
border-color: #BA1D9F;
}
.TagClassName
{
border-color: #BA1D9F;
}
</style>