Shades of Medium Violet Red #BA1B7E
Tints of Medium Violet Red #BA1B7E
RGB
CMYK
RGB Variations
Color information
#BA1B7E (or 0xBA1B7E) is known color: Medium Violet Red. HEX triplet: BA, 1B and 7E. RGB value is (186,27,126). Sum of RGB (Red+Green+Blue) = 186+27+126=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1B7E is #45E481. Grayscale: #555555. Windows color (decimal): -4580482 or 8264634. OLE color: 8264634.
HSL color Cylindrical-coordinate representation of color #BA1B7E: hue angle of 322.64º 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 #BA1B7E is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 126 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.27 |
| HSL | 322.64º | 0.75% | 0.42% | - |
| HSV(B) | 322.64º | 0.85% | 0.73% | - |
| XYZ | 24.41 | 12.73 | 20.91 | - |
| YUV | 85.83 | 150.68 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 126 | 0 | 0.85 | 0.32 | 0.27 | 322.64 | 0.75 | 0.42 |
| Hex | BA | 1B | 7E | 0 | 55 | 20 | 1B | 143 | 4B | 2A |
| Octal | 272 | 33 | 176 | 0 | 125 | 40 | 33 | 503 | 113 | 52 |
| Binary | 10111010 | 11011 | 1111110 | 0 | 1010101 | 100000 | 11011 | 101000011 | 1001011 | 101010 |
Color Harmonies of #BA1B7E
Complementary color
Monochromatic Colors of #BA1B7E
Black with #BA1B7E
Text Example
Text Example
White with #BA1B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1B7E; }
p { color: rgb(186,27,126); }
H1.HeaderClassName
{
color: #BA1B7E;
}
.AnyTagClassName
{
color: #BA1B7E;
}
</style>
background-color css
<style>
a { background-color: #BA1B7E; }
a { background-color: rgb(186,27,126); }
div.DivClassName
{
background-color: #BA1B7E;
}
.BgClassName
{
background-color: #BA1B7E;
}
</style>
border-color css
<style>
span { border-color: #BA1B7E; }
span { border-color: rgb(186,27,126); }
td.TdClassName
{
border-color: #BA1B7E;
}
.TagClassName
{
border-color: #BA1B7E;
}
</style>