Shades of Medium Violet Red #BA0B7C
Tints of Medium Violet Red #BA0B7C
RGB
CMYK
RGB Variations
Color information
#BA0B7C (or 0xBA0B7C) is known color: Medium Violet Red. HEX triplet: BA, 0B and 7C. RGB value is (186,11,124). Sum of RGB (Red+Green+Blue) = 186+11+124=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0B7C is #45F483. Grayscale: #4B4B4B. Windows color (decimal): -4584580 or 8129466. OLE color: 8129466.
HSL color Cylindrical-coordinate representation of color #BA0B7C: hue angle of 321.26º degrees, saturation: 0.89, 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 #BA0B7C is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 124 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.27 |
| HSL | 321.26º | 0.89% | 0.39% | - |
| HSV(B) | 321.26º | 0.94% | 0.73% | - |
| XYZ | 24.01 | 12.13 | 20.15 | - |
| YUV | 76.21 | 154.98 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 124 | 0 | 0.94 | 0.33 | 0.27 | 321.26 | 0.89 | 0.39 |
| Hex | BA | B | 7C | 0 | 5E | 21 | 1B | 141 | 59 | 27 |
| Octal | 272 | 13 | 174 | 0 | 136 | 41 | 33 | 501 | 131 | 47 |
| Binary | 10111010 | 1011 | 1111100 | 0 | 1011110 | 100001 | 11011 | 101000001 | 1011001 | 100111 |
Color Harmonies of #BA0B7C
Complementary color
Monochromatic Colors of #BA0B7C
Black with #BA0B7C
Text Example
Text Example
White with #BA0B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B7C; }
p { color: rgb(186,11,124); }
H1.HeaderClassName
{
color: #BA0B7C;
}
.AnyTagClassName
{
color: #BA0B7C;
}
</style>
background-color css
<style>
a { background-color: #BA0B7C; }
a { background-color: rgb(186,11,124); }
div.DivClassName
{
background-color: #BA0B7C;
}
.BgClassName
{
background-color: #BA0B7C;
}
</style>
border-color css
<style>
span { border-color: #BA0B7C; }
span { border-color: rgb(186,11,124); }
td.TdClassName
{
border-color: #BA0B7C;
}
.TagClassName
{
border-color: #BA0B7C;
}
</style>