Shades of Medium Violet Red #BA1D8B
Tints of Medium Violet Red #BA1D8B
RGB
CMYK
RGB Variations
Color information
#BA1D8B (or 0xBA1D8B) is known color: Medium Violet Red. HEX triplet: BA, 1D and 8B. RGB value is (186,29,139). Sum of RGB (Red+Green+Blue) = 186+29+139=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1D8B is #45E274. Grayscale: #585858. Windows color (decimal): -4579957 or 9117114. OLE color: 9117114.
HSL color Cylindrical-coordinate representation of color #BA1D8B: hue angle of 317.96º 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 #BA1D8B is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 139 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.27 |
| HSL | 317.96º | 0.73% | 0.42% | - |
| HSV(B) | 317.96º | 0.84% | 0.73% | - |
| XYZ | 25.35 | 13.18 | 25.63 | - |
| YUV | 88.48 | 156.51 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 139 | 0 | 0.84 | 0.25 | 0.27 | 317.96 | 0.73 | 0.42 |
| Hex | BA | 1D | 8B | 0 | 54 | 19 | 1B | 13E | 49 | 2A |
| Octal | 272 | 35 | 213 | 0 | 124 | 31 | 33 | 476 | 111 | 52 |
| Binary | 10111010 | 11101 | 10001011 | 0 | 1010100 | 11001 | 11011 | 100111110 | 1001001 | 101010 |
Color Harmonies of #BA1D8B
Complementary color
Monochromatic Colors of #BA1D8B
Black with #BA1D8B
Text Example
Text Example
White with #BA1D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D8B; }
p { color: rgb(186,29,139); }
H1.HeaderClassName
{
color: #BA1D8B;
}
.AnyTagClassName
{
color: #BA1D8B;
}
</style>
background-color css
<style>
a { background-color: #BA1D8B; }
a { background-color: rgb(186,29,139); }
div.DivClassName
{
background-color: #BA1D8B;
}
.BgClassName
{
background-color: #BA1D8B;
}
</style>
border-color css
<style>
span { border-color: #BA1D8B; }
span { border-color: rgb(186,29,139); }
td.TdClassName
{
border-color: #BA1D8B;
}
.TagClassName
{
border-color: #BA1D8B;
}
</style>