Shades of Medium Violet Red #BA1D8A
Tints of Medium Violet Red #BA1D8A
RGB
CMYK
RGB Variations
Color information
#BA1D8A (or 0xBA1D8A) is known color: Medium Violet Red. HEX triplet: BA, 1D and 8A. RGB value is (186,29,138). Sum of RGB (Red+Green+Blue) = 186+29+138=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1D8A is #45E275. Grayscale: #585858. Windows color (decimal): -4579958 or 9051578. OLE color: 9051578.
HSL color Cylindrical-coordinate representation of color #BA1D8A: hue angle of 318.34º 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 #BA1D8A is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 138 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.27 |
| HSL | 318.34º | 0.73% | 0.42% | - |
| HSV(B) | 318.34º | 0.84% | 0.73% | - |
| XYZ | 25.28 | 13.15 | 25.25 | - |
| YUV | 88.37 | 156.01 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 138 | 0 | 0.84 | 0.26 | 0.27 | 318.34 | 0.73 | 0.42 |
| Hex | BA | 1D | 8A | 0 | 54 | 1A | 1B | 13E | 49 | 2A |
| Octal | 272 | 35 | 212 | 0 | 124 | 32 | 33 | 476 | 111 | 52 |
| Binary | 10111010 | 11101 | 10001010 | 0 | 1010100 | 11010 | 11011 | 100111110 | 1001001 | 101010 |
Color Harmonies of #BA1D8A
Complementary color
Monochromatic Colors of #BA1D8A
Black with #BA1D8A
Text Example
Text Example
White with #BA1D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D8A; }
p { color: rgb(186,29,138); }
H1.HeaderClassName
{
color: #BA1D8A;
}
.AnyTagClassName
{
color: #BA1D8A;
}
</style>
background-color css
<style>
a { background-color: #BA1D8A; }
a { background-color: rgb(186,29,138); }
div.DivClassName
{
background-color: #BA1D8A;
}
.BgClassName
{
background-color: #BA1D8A;
}
</style>
border-color css
<style>
span { border-color: #BA1D8A; }
span { border-color: rgb(186,29,138); }
td.TdClassName
{
border-color: #BA1D8A;
}
.TagClassName
{
border-color: #BA1D8A;
}
</style>