Shades of Medium Violet Red #BA1E9D
Tints of Medium Violet Red #BA1E9D
RGB
CMYK
RGB Variations
Color information
#BA1E9D (or 0xBA1E9D) is known color: Medium Violet Red. HEX triplet: BA, 1E and 9D. RGB value is (186,30,157). Sum of RGB (Red+Green+Blue) = 186+30+157=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1E9D is #45E162. Grayscale: #5A5A5A. Windows color (decimal): -4579683 or 10297018. OLE color: 10297018.
HSL color Cylindrical-coordinate representation of color #BA1E9D: hue angle of 311.15º degrees, saturation: 0.72, 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 #BA1E9D is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 30 | 157 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.27 |
| HSL | 311.15º | 0.72% | 0.42% | - |
| HSV(B) | 311.15º | 0.84% | 0.73% | - |
| XYZ | 26.8 | 13.8 | 33.15 | - |
| YUV | 91.12 | 165.18 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 157 | 0 | 0.84 | 0.16 | 0.27 | 311.15 | 0.72 | 0.42 |
| Hex | BA | 1E | 9D | 0 | 54 | 10 | 1B | 137 | 48 | 2A |
| Octal | 272 | 36 | 235 | 0 | 124 | 20 | 33 | 467 | 110 | 52 |
| Binary | 10111010 | 11110 | 10011101 | 0 | 1010100 | 10000 | 11011 | 100110111 | 1001000 | 101010 |
Color Harmonies of #BA1E9D
Complementary color
Monochromatic Colors of #BA1E9D
Black with #BA1E9D
Text Example
Text Example
White with #BA1E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1E9D; }
p { color: rgb(186,30,157); }
H1.HeaderClassName
{
color: #BA1E9D;
}
.AnyTagClassName
{
color: #BA1E9D;
}
</style>
background-color css
<style>
a { background-color: #BA1E9D; }
a { background-color: rgb(186,30,157); }
div.DivClassName
{
background-color: #BA1E9D;
}
.BgClassName
{
background-color: #BA1E9D;
}
</style>
border-color css
<style>
span { border-color: #BA1E9D; }
span { border-color: rgb(186,30,157); }
td.TdClassName
{
border-color: #BA1E9D;
}
.TagClassName
{
border-color: #BA1E9D;
}
</style>