Shades of Medium Violet Red #BA127E
Tints of Medium Violet Red #BA127E
RGB
CMYK
RGB Variations
Color information
#BA127E (or 0xBA127E) is known color: Medium Violet Red. HEX triplet: BA, 12 and 7E. RGB value is (186,18,126). Sum of RGB (Red+Green+Blue) = 186+18+126=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA127E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA127E is #45ED81. Grayscale: #505050. Windows color (decimal): -4582786 or 8262330. OLE color: 8262330.
HSL color Cylindrical-coordinate representation of color #BA127E: hue angle of 321.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA127E is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 126 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.27 |
| HSL | 321.43º | 0.82% | 0.4% | - |
| HSV(B) | 321.43º | 0.9% | 0.73% | - |
| XYZ | 24.23 | 12.38 | 20.85 | - |
| YUV | 80.54 | 153.66 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 126 | 0 | 0.90 | 0.32 | 0.27 | 321.43 | 0.82 | 0.4 |
| Hex | BA | 12 | 7E | 0 | 5A | 20 | 1B | 141 | 52 | 28 |
| Octal | 272 | 22 | 176 | 0 | 132 | 40 | 33 | 501 | 122 | 50 |
| Binary | 10111010 | 10010 | 1111110 | 0 | 1011010 | 100000 | 11011 | 101000001 | 1010010 | 101000 |
Color Harmonies of #BA127E
Complementary color
Monochromatic Colors of #BA127E
Black with #BA127E
Text Example
Text Example
White with #BA127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA127E; }
p { color: rgb(186,18,126); }
H1.HeaderClassName
{
color: #BA127E;
}
.AnyTagClassName
{
color: #BA127E;
}
</style>
background-color css
<style>
a { background-color: #BA127E; }
a { background-color: rgb(186,18,126); }
div.DivClassName
{
background-color: #BA127E;
}
.BgClassName
{
background-color: #BA127E;
}
</style>
border-color css
<style>
span { border-color: #BA127E; }
span { border-color: rgb(186,18,126); }
td.TdClassName
{
border-color: #BA127E;
}
.TagClassName
{
border-color: #BA127E;
}
</style>