Shades of Medium Violet Red #BA009D
Tints of Medium Violet Red #BA009D
RGB
CMYK
RGB Variations
Color information
#BA009D (or 0xBA009D) is known color: Medium Violet Red. HEX triplet: BA, 00 and 9D. RGB value is (186,0,157). Sum of RGB (Red+Green+Blue) = 186+0+157=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA009D is #45FF62. Grayscale: #494949. Windows color (decimal): -4587363 or 10289338. OLE color: 10289338.
HSL color Cylindrical-coordinate representation of color #BA009D: hue angle of 309.35º 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 #BA009D is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 157 | - |
| CMYK | 0 | 1 | 0.16 | 0.27 |
| HSL | 309.35º | 1% | 0.36% | - |
| HSV(B) | 309.35º | 1% | 0.73% | - |
| XYZ | 26.34 | 12.87 | 33 | - |
| YUV | 73.51 | 175.12 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 157 | 0 | 1 | 0.16 | 0.27 | 309.35 | 1 | 0.36 |
| Hex | BA | 0 | 9D | 0 | 64 | 10 | 1B | 135 | 64 | 24 |
| Octal | 272 | 0 | 235 | 0 | 144 | 20 | 33 | 465 | 144 | 44 |
| Binary | 10111010 | 0 | 10011101 | 0 | 1100100 | 10000 | 11011 | 100110101 | 1100100 | 100100 |
Color Harmonies of #BA009D
Complementary color
Monochromatic Colors of #BA009D
Black with #BA009D
Text Example
Text Example
White with #BA009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA009D; }
p { color: rgb(186,0,157); }
H1.HeaderClassName
{
color: #BA009D;
}
.AnyTagClassName
{
color: #BA009D;
}
</style>
background-color css
<style>
a { background-color: #BA009D; }
a { background-color: rgb(186,0,157); }
div.DivClassName
{
background-color: #BA009D;
}
.BgClassName
{
background-color: #BA009D;
}
</style>
border-color css
<style>
span { border-color: #BA009D; }
span { border-color: rgb(186,0,157); }
td.TdClassName
{
border-color: #BA009D;
}
.TagClassName
{
border-color: #BA009D;
}
</style>