Shades of Medium Violet Red #BA1D7A
Tints of Medium Violet Red #BA1D7A
RGB
CMYK
RGB Variations
Color information
#BA1D7A (or 0xBA1D7A) is known color: Medium Violet Red. HEX triplet: BA, 1D and 7A. RGB value is (186,29,122). Sum of RGB (Red+Green+Blue) = 186+29+122=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1D7A is #45E285. Grayscale: #565656. Windows color (decimal): -4579974 or 8003002. OLE color: 8003002.
HSL color Cylindrical-coordinate representation of color #BA1D7A: hue angle of 324.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 #BA1D7A is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 122 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.27 |
| HSL | 324.46º | 0.73% | 0.42% | - |
| HSV(B) | 324.46º | 0.84% | 0.73% | - |
| XYZ | 24.2 | 12.72 | 19.59 | - |
| YUV | 86.55 | 148.01 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 122 | 0 | 0.84 | 0.34 | 0.27 | 324.46 | 0.73 | 0.42 |
| Hex | BA | 1D | 7A | 0 | 54 | 22 | 1B | 144 | 49 | 2A |
| Octal | 272 | 35 | 172 | 0 | 124 | 42 | 33 | 504 | 111 | 52 |
| Binary | 10111010 | 11101 | 1111010 | 0 | 1010100 | 100010 | 11011 | 101000100 | 1001001 | 101010 |
Color Harmonies of #BA1D7A
Complementary color
Monochromatic Colors of #BA1D7A
Black with #BA1D7A
Text Example
Text Example
White with #BA1D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D7A; }
p { color: rgb(186,29,122); }
H1.HeaderClassName
{
color: #BA1D7A;
}
.AnyTagClassName
{
color: #BA1D7A;
}
</style>
background-color css
<style>
a { background-color: #BA1D7A; }
a { background-color: rgb(186,29,122); }
div.DivClassName
{
background-color: #BA1D7A;
}
.BgClassName
{
background-color: #BA1D7A;
}
</style>
border-color css
<style>
span { border-color: #BA1D7A; }
span { border-color: rgb(186,29,122); }
td.TdClassName
{
border-color: #BA1D7A;
}
.TagClassName
{
border-color: #BA1D7A;
}
</style>