Shades of Medium Violet Red #BA007D
Tints of Medium Violet Red #BA007D
RGB
CMYK
RGB Variations
Color information
#BA007D (or 0xBA007D) is known color: Medium Violet Red. HEX triplet: BA, 00 and 7D. RGB value is (186,0,125). Sum of RGB (Red+Green+Blue) = 186+0+125=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA007D is #45FF82. Grayscale: #454545. Windows color (decimal): -4587395 or 8192186. OLE color: 8192186.
HSL color Cylindrical-coordinate representation of color #BA007D: hue angle of 319.68º 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 #BA007D is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.33 | 0.27 |
| HSL | 319.68º | 1% | 0.36% | - |
| HSV(B) | 319.68º | 1% | 0.73% | - |
| XYZ | 23.95 | 11.92 | 20.44 | - |
| YUV | 69.86 | 159.12 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 125 | 0 | 1 | 0.33 | 0.27 | 319.68 | 1 | 0.36 |
| Hex | BA | 0 | 7D | 0 | 64 | 21 | 1B | 140 | 64 | 24 |
| Octal | 272 | 0 | 175 | 0 | 144 | 41 | 33 | 500 | 144 | 44 |
| Binary | 10111010 | 0 | 1111101 | 0 | 1100100 | 100001 | 11011 | 101000000 | 1100100 | 100100 |
Color Harmonies of #BA007D
Complementary color
Monochromatic Colors of #BA007D
Black with #BA007D
Text Example
Text Example
White with #BA007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA007D; }
p { color: rgb(186,0,125); }
H1.HeaderClassName
{
color: #BA007D;
}
.AnyTagClassName
{
color: #BA007D;
}
</style>
background-color css
<style>
a { background-color: #BA007D; }
a { background-color: rgb(186,0,125); }
div.DivClassName
{
background-color: #BA007D;
}
.BgClassName
{
background-color: #BA007D;
}
</style>
border-color css
<style>
span { border-color: #BA007D; }
span { border-color: rgb(186,0,125); }
td.TdClassName
{
border-color: #BA007D;
}
.TagClassName
{
border-color: #BA007D;
}
</style>