Shades of Medium Violet Red #BA009B
Tints of Medium Violet Red #BA009B
RGB
CMYK
RGB Variations
Color information
#BA009B (or 0xBA009B) is known color: Medium Violet Red. HEX triplet: BA, 00 and 9B. RGB value is (186,0,155). Sum of RGB (Red+Green+Blue) = 186+0+155=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA009B is #45FF64. Grayscale: #484848. Windows color (decimal): -4587365 or 10158266. OLE color: 10158266.
HSL color Cylindrical-coordinate representation of color #BA009B: hue angle of 310º 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 #BA009B is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.17 | 0.27 |
| HSL | 310º | 1% | 0.36% | - |
| HSV(B) | 310º | 1% | 0.73% | - |
| XYZ | 26.17 | 12.81 | 32.1 | - |
| YUV | 73.28 | 174.12 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 155 | 0 | 1 | 0.17 | 0.27 | 310 | 1 | 0.36 |
| Hex | BA | 0 | 9B | 0 | 64 | 11 | 1B | 136 | 64 | 24 |
| Octal | 272 | 0 | 233 | 0 | 144 | 21 | 33 | 466 | 144 | 44 |
| Binary | 10111010 | 0 | 10011011 | 0 | 1100100 | 10001 | 11011 | 100110110 | 1100100 | 100100 |
Color Harmonies of #BA009B
Complementary color
Monochromatic Colors of #BA009B
Black with #BA009B
Text Example
Text Example
White with #BA009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA009B; }
p { color: rgb(186,0,155); }
H1.HeaderClassName
{
color: #BA009B;
}
.AnyTagClassName
{
color: #BA009B;
}
</style>
background-color css
<style>
a { background-color: #BA009B; }
a { background-color: rgb(186,0,155); }
div.DivClassName
{
background-color: #BA009B;
}
.BgClassName
{
background-color: #BA009B;
}
</style>
border-color css
<style>
span { border-color: #BA009B; }
span { border-color: rgb(186,0,155); }
td.TdClassName
{
border-color: #BA009B;
}
.TagClassName
{
border-color: #BA009B;
}
</style>