Shades of Medium Violet Red #BA0C7E
Tints of Medium Violet Red #BA0C7E
RGB
CMYK
RGB Variations
Color information
#BA0C7E (or 0xBA0C7E) is known color: Medium Violet Red. HEX triplet: BA, 0C and 7E. RGB value is (186,12,126). Sum of RGB (Red+Green+Blue) = 186+12+126=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0C7E is #45F381. Grayscale: #4C4C4C. Windows color (decimal): -4584322 or 8260794. OLE color: 8260794.
HSL color Cylindrical-coordinate representation of color #BA0C7E: hue angle of 320.69º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0C7E is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 12 | 126 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.27 |
| HSL | 320.69º | 0.88% | 0.39% | - |
| HSV(B) | 320.69º | 0.94% | 0.73% | - |
| XYZ | 24.15 | 12.21 | 20.82 | - |
| YUV | 77.02 | 155.65 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 126 | 0 | 0.94 | 0.32 | 0.27 | 320.69 | 0.88 | 0.39 |
| Hex | BA | C | 7E | 0 | 5E | 20 | 1B | 141 | 58 | 27 |
| Octal | 272 | 14 | 176 | 0 | 136 | 40 | 33 | 501 | 130 | 47 |
| Binary | 10111010 | 1100 | 1111110 | 0 | 1011110 | 100000 | 11011 | 101000001 | 1011000 | 100111 |
Color Harmonies of #BA0C7E
Complementary color
Monochromatic Colors of #BA0C7E
Black with #BA0C7E
Text Example
Text Example
White with #BA0C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0C7E; }
p { color: rgb(186,12,126); }
H1.HeaderClassName
{
color: #BA0C7E;
}
.AnyTagClassName
{
color: #BA0C7E;
}
</style>
background-color css
<style>
a { background-color: #BA0C7E; }
a { background-color: rgb(186,12,126); }
div.DivClassName
{
background-color: #BA0C7E;
}
.BgClassName
{
background-color: #BA0C7E;
}
</style>
border-color css
<style>
span { border-color: #BA0C7E; }
span { border-color: rgb(186,12,126); }
td.TdClassName
{
border-color: #BA0C7E;
}
.TagClassName
{
border-color: #BA0C7E;
}
</style>