Shades of Medium Violet Red #BA0B7B
Tints of Medium Violet Red #BA0B7B
RGB
CMYK
RGB Variations
Color information
#BA0B7B (or 0xBA0B7B) is known color: Medium Violet Red. HEX triplet: BA, 0B and 7B. RGB value is (186,11,123). Sum of RGB (Red+Green+Blue) = 186+11+123=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0B7B is #45F484. Grayscale: #4B4B4B. Windows color (decimal): -4584581 or 8063930. OLE color: 8063930.
HSL color Cylindrical-coordinate representation of color #BA0B7B: hue angle of 321.6º 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 #BA0B7B is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 123 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.27 |
| HSL | 321.6º | 0.89% | 0.39% | - |
| HSV(B) | 321.6º | 0.94% | 0.73% | - |
| XYZ | 23.94 | 12.11 | 19.81 | - |
| YUV | 76.09 | 154.48 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 123 | 0 | 0.94 | 0.34 | 0.27 | 321.6 | 0.89 | 0.39 |
| Hex | BA | B | 7B | 0 | 5E | 22 | 1B | 142 | 59 | 27 |
| Octal | 272 | 13 | 173 | 0 | 136 | 42 | 33 | 502 | 131 | 47 |
| Binary | 10111010 | 1011 | 1111011 | 0 | 1011110 | 100010 | 11011 | 101000010 | 1011001 | 100111 |
Color Harmonies of #BA0B7B
Complementary color
Monochromatic Colors of #BA0B7B
Black with #BA0B7B
Text Example
Text Example
White with #BA0B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B7B; }
p { color: rgb(186,11,123); }
H1.HeaderClassName
{
color: #BA0B7B;
}
.AnyTagClassName
{
color: #BA0B7B;
}
</style>
background-color css
<style>
a { background-color: #BA0B7B; }
a { background-color: rgb(186,11,123); }
div.DivClassName
{
background-color: #BA0B7B;
}
.BgClassName
{
background-color: #BA0B7B;
}
</style>
border-color css
<style>
span { border-color: #BA0B7B; }
span { border-color: rgb(186,11,123); }
td.TdClassName
{
border-color: #BA0B7B;
}
.TagClassName
{
border-color: #BA0B7B;
}
</style>