Shades of Medium Violet Red #BA009C
Tints of Medium Violet Red #BA009C
RGB
CMYK
RGB Variations
Color information
#BA009C (or 0xBA009C) is known color: Medium Violet Red. HEX triplet: BA, 00 and 9C. RGB value is (186,0,156). Sum of RGB (Red+Green+Blue) = 186+0+156=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA009C is #45FF63. Grayscale: #484848. Windows color (decimal): -4587364 or 10223802. OLE color: 10223802.
HSL color Cylindrical-coordinate representation of color #BA009C: hue angle of 309.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 #BA009C is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 156 | - |
| CMYK | 0 | 1 | 0.16 | 0.27 |
| HSL | 309.68º | 1% | 0.36% | - |
| HSV(B) | 309.68º | 1% | 0.73% | - |
| XYZ | 26.25 | 12.84 | 32.55 | - |
| YUV | 73.4 | 174.62 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 156 | 0 | 1 | 0.16 | 0.27 | 309.68 | 1 | 0.36 |
| Hex | BA | 0 | 9C | 0 | 64 | 10 | 1B | 136 | 64 | 24 |
| Octal | 272 | 0 | 234 | 0 | 144 | 20 | 33 | 466 | 144 | 44 |
| Binary | 10111010 | 0 | 10011100 | 0 | 1100100 | 10000 | 11011 | 100110110 | 1100100 | 100100 |
Color Harmonies of #BA009C
Complementary color
Monochromatic Colors of #BA009C
Black with #BA009C
Text Example
Text Example
White with #BA009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA009C; }
p { color: rgb(186,0,156); }
H1.HeaderClassName
{
color: #BA009C;
}
.AnyTagClassName
{
color: #BA009C;
}
</style>
background-color css
<style>
a { background-color: #BA009C; }
a { background-color: rgb(186,0,156); }
div.DivClassName
{
background-color: #BA009C;
}
.BgClassName
{
background-color: #BA009C;
}
</style>
border-color css
<style>
span { border-color: #BA009C; }
span { border-color: rgb(186,0,156); }
td.TdClassName
{
border-color: #BA009C;
}
.TagClassName
{
border-color: #BA009C;
}
</style>