Shades of Medium Violet Red #BA127B
Tints of Medium Violet Red #BA127B
RGB
CMYK
RGB Variations
Color information
#BA127B (or 0xBA127B) is known color: Medium Violet Red. HEX triplet: BA, 12 and 7B. RGB value is (186,18,123). Sum of RGB (Red+Green+Blue) = 186+18+123=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA127B is #45ED84. Grayscale: #4F4F4F. Windows color (decimal): -4582789 or 8065722. OLE color: 8065722.
HSL color Cylindrical-coordinate representation of color #BA127B: hue angle of 322.5º 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 #BA127B is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 123 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.27 |
| HSL | 322.5º | 0.82% | 0.4% | - |
| HSV(B) | 322.5º | 0.9% | 0.73% | - |
| XYZ | 24.04 | 12.3 | 19.85 | - |
| YUV | 80.2 | 152.16 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 123 | 0 | 0.90 | 0.34 | 0.27 | 322.5 | 0.82 | 0.4 |
| Hex | BA | 12 | 7B | 0 | 5A | 22 | 1B | 142 | 52 | 28 |
| Octal | 272 | 22 | 173 | 0 | 132 | 42 | 33 | 502 | 122 | 50 |
| Binary | 10111010 | 10010 | 1111011 | 0 | 1011010 | 100010 | 11011 | 101000010 | 1010010 | 101000 |
Color Harmonies of #BA127B
Complementary color
Monochromatic Colors of #BA127B
Black with #BA127B
Text Example
Text Example
White with #BA127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA127B; }
p { color: rgb(186,18,123); }
H1.HeaderClassName
{
color: #BA127B;
}
.AnyTagClassName
{
color: #BA127B;
}
</style>
background-color css
<style>
a { background-color: #BA127B; }
a { background-color: rgb(186,18,123); }
div.DivClassName
{
background-color: #BA127B;
}
.BgClassName
{
background-color: #BA127B;
}
</style>
border-color css
<style>
span { border-color: #BA127B; }
span { border-color: rgb(186,18,123); }
td.TdClassName
{
border-color: #BA127B;
}
.TagClassName
{
border-color: #BA127B;
}
</style>