Shades of Medium Violet Red #BA008B
Tints of Medium Violet Red #BA008B
RGB
CMYK
RGB Variations
Color information
#BA008B (or 0xBA008B) is known color: Medium Violet Red. HEX triplet: BA, 00 and 8B. RGB value is (186,0,139). Sum of RGB (Red+Green+Blue) = 186+0+139=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA008B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA008B is #45FF74. Grayscale: #474747. Windows color (decimal): -4587381 or 9109690. OLE color: 9109690.
HSL color Cylindrical-coordinate representation of color #BA008B: hue angle of 315.16º 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 #BA008B is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.25 | 0.27 |
| HSL | 315.16º | 1% | 0.36% | - |
| HSV(B) | 315.16º | 1% | 0.73% | - |
| XYZ | 24.91 | 12.3 | 25.49 | - |
| YUV | 71.46 | 166.12 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 139 | 0 | 1 | 0.25 | 0.27 | 315.16 | 1 | 0.36 |
| Hex | BA | 0 | 8B | 0 | 64 | 19 | 1B | 13B | 64 | 24 |
| Octal | 272 | 0 | 213 | 0 | 144 | 31 | 33 | 473 | 144 | 44 |
| Binary | 10111010 | 0 | 10001011 | 0 | 1100100 | 11001 | 11011 | 100111011 | 1100100 | 100100 |
Color Harmonies of #BA008B
Complementary color
Monochromatic Colors of #BA008B
Black with #BA008B
Text Example
Text Example
White with #BA008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA008B; }
p { color: rgb(186,0,139); }
H1.HeaderClassName
{
color: #BA008B;
}
.AnyTagClassName
{
color: #BA008B;
}
</style>
background-color css
<style>
a { background-color: #BA008B; }
a { background-color: rgb(186,0,139); }
div.DivClassName
{
background-color: #BA008B;
}
.BgClassName
{
background-color: #BA008B;
}
</style>
border-color css
<style>
span { border-color: #BA008B; }
span { border-color: rgb(186,0,139); }
td.TdClassName
{
border-color: #BA008B;
}
.TagClassName
{
border-color: #BA008B;
}
</style>