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