Shades of Medium Violet Red #BA007B
Tints of Medium Violet Red #BA007B
RGB
CMYK
RGB Variations
Color information
#BA007B (or 0xBA007B) is known color: Medium Violet Red. HEX triplet: BA, 00 and 7B. RGB value is (186,0,123). Sum of RGB (Red+Green+Blue) = 186+0+123=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA007B is #45FF84. Grayscale: #454545. Windows color (decimal): -4587397 or 8061114. OLE color: 8061114.
HSL color Cylindrical-coordinate representation of color #BA007B: hue angle of 320.32º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA007B is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.34 | 0.27 |
| HSL | 320.32º | 1% | 0.36% | - |
| HSV(B) | 320.32º | 1% | 0.73% | - |
| XYZ | 23.82 | 11.87 | 19.77 | - |
| YUV | 69.64 | 158.12 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 123 | 0 | 1 | 0.34 | 0.27 | 320.32 | 1 | 0.36 |
| Hex | BA | 0 | 7B | 0 | 64 | 22 | 1B | 140 | 64 | 24 |
| Octal | 272 | 0 | 173 | 0 | 144 | 42 | 33 | 500 | 144 | 44 |
| Binary | 10111010 | 0 | 1111011 | 0 | 1100100 | 100010 | 11011 | 101000000 | 1100100 | 100100 |
Color Harmonies of #BA007B
Complementary color
Monochromatic Colors of #BA007B
Black with #BA007B
Text Example
Text Example
White with #BA007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA007B; }
p { color: rgb(186,0,123); }
H1.HeaderClassName
{
color: #BA007B;
}
.AnyTagClassName
{
color: #BA007B;
}
</style>
background-color css
<style>
a { background-color: #BA007B; }
a { background-color: rgb(186,0,123); }
div.DivClassName
{
background-color: #BA007B;
}
.BgClassName
{
background-color: #BA007B;
}
</style>
border-color css
<style>
span { border-color: #BA007B; }
span { border-color: rgb(186,0,123); }
td.TdClassName
{
border-color: #BA007B;
}
.TagClassName
{
border-color: #BA007B;
}
</style>