Shades of Medium Violet Red #BA009E
Tints of Medium Violet Red #BA009E
RGB
CMYK
RGB Variations
Color information
#BA009E (or 0xBA009E) is known color: Medium Violet Red. HEX triplet: BA, 00 and 9E. RGB value is (186,0,158). Sum of RGB (Red+Green+Blue) = 186+0+158=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 158 (62.11% from 255 or 45.93% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA009E is #45FF61. Grayscale: #494949. Windows color (decimal): -4587362 or 10354874. OLE color: 10354874.
HSL color Cylindrical-coordinate representation of color #BA009E: hue angle of 309.03º 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 #BA009E is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 158 | - |
| CMYK | 0 | 1 | 0.15 | 0.27 |
| HSL | 309.03º | 1% | 0.36% | - |
| HSV(B) | 309.03º | 1% | 0.73% | - |
| XYZ | 26.42 | 12.91 | 33.45 | - |
| YUV | 73.63 | 175.62 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 158 | 0 | 1 | 0.15 | 0.27 | 309.03 | 1 | 0.36 |
| Hex | BA | 0 | 9E | 0 | 64 | F | 1B | 135 | 64 | 24 |
| Octal | 272 | 0 | 236 | 0 | 144 | 17 | 33 | 465 | 144 | 44 |
| Binary | 10111010 | 0 | 10011110 | 0 | 1100100 | 1111 | 11011 | 100110101 | 1100100 | 100100 |
Color Harmonies of #BA009E
Complementary color
Monochromatic Colors of #BA009E
Black with #BA009E
Text Example
Text Example
White with #BA009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA009E; }
p { color: rgb(186,0,158); }
H1.HeaderClassName
{
color: #BA009E;
}
.AnyTagClassName
{
color: #BA009E;
}
</style>
background-color css
<style>
a { background-color: #BA009E; }
a { background-color: rgb(186,0,158); }
div.DivClassName
{
background-color: #BA009E;
}
.BgClassName
{
background-color: #BA009E;
}
</style>
border-color css
<style>
span { border-color: #BA009E; }
span { border-color: rgb(186,0,158); }
td.TdClassName
{
border-color: #BA009E;
}
.TagClassName
{
border-color: #BA009E;
}
</style>