Shades of Medium Violet Red #BA1B7F
Tints of Medium Violet Red #BA1B7F
RGB
CMYK
RGB Variations
Color information
#BA1B7F (or 0xBA1B7F) is known color: Medium Violet Red. HEX triplet: BA, 1B and 7F. RGB value is (186,27,127). Sum of RGB (Red+Green+Blue) = 186+27+127=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 27 (10.94% from 255 or 7.94% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1B7F is #45E480. Grayscale: #555555. Windows color (decimal): -4580481 or 8330170. OLE color: 8330170.
HSL color Cylindrical-coordinate representation of color #BA1B7F: hue angle of 322.26º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1B7F is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 127 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.27 |
| HSL | 322.26º | 0.75% | 0.42% | - |
| HSV(B) | 322.26º | 0.85% | 0.73% | - |
| XYZ | 24.47 | 12.76 | 21.25 | - |
| YUV | 85.94 | 151.18 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 127 | 0 | 0.85 | 0.32 | 0.27 | 322.26 | 0.75 | 0.42 |
| Hex | BA | 1B | 7F | 0 | 55 | 20 | 1B | 142 | 4B | 2A |
| Octal | 272 | 33 | 177 | 0 | 125 | 40 | 33 | 502 | 113 | 52 |
| Binary | 10111010 | 11011 | 1111111 | 0 | 1010101 | 100000 | 11011 | 101000010 | 1001011 | 101010 |
Color Harmonies of #BA1B7F
Complementary color
Monochromatic Colors of #BA1B7F
Black with #BA1B7F
Text Example
Text Example
White with #BA1B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1B7F; }
p { color: rgb(186,27,127); }
H1.HeaderClassName
{
color: #BA1B7F;
}
.AnyTagClassName
{
color: #BA1B7F;
}
</style>
background-color css
<style>
a { background-color: #BA1B7F; }
a { background-color: rgb(186,27,127); }
div.DivClassName
{
background-color: #BA1B7F;
}
.BgClassName
{
background-color: #BA1B7F;
}
</style>
border-color css
<style>
span { border-color: #BA1B7F; }
span { border-color: rgb(186,27,127); }
td.TdClassName
{
border-color: #BA1B7F;
}
.TagClassName
{
border-color: #BA1B7F;
}
</style>