Shades of Medium Violet Red #BA099C
Tints of Medium Violet Red #BA099C
RGB
CMYK
RGB Variations
Color information
#BA099C (or 0xBA099C) is known color: Medium Violet Red. HEX triplet: BA, 09 and 9C. RGB value is (186,9,156). Sum of RGB (Red+Green+Blue) = 186+9+156=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA099C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA099C is #45F663. Grayscale: #4E4E4E. Windows color (decimal): -4585060 or 10226106. OLE color: 10226106.
HSL color Cylindrical-coordinate representation of color #BA099C: hue angle of 310.17º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA099C is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 156 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.27 |
| HSL | 310.17º | 0.91% | 0.38% | - |
| HSV(B) | 310.17º | 0.95% | 0.73% | - |
| XYZ | 26.35 | 13.03 | 32.58 | - |
| YUV | 78.68 | 171.64 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 156 | 0 | 0.95 | 0.16 | 0.27 | 310.17 | 0.91 | 0.38 |
| Hex | BA | 9 | 9C | 0 | 5F | 10 | 1B | 136 | 5B | 26 |
| Octal | 272 | 11 | 234 | 0 | 137 | 20 | 33 | 466 | 133 | 46 |
| Binary | 10111010 | 1001 | 10011100 | 0 | 1011111 | 10000 | 11011 | 100110110 | 1011011 | 100110 |
Color Harmonies of #BA099C
Complementary color
Monochromatic Colors of #BA099C
Black with #BA099C
Text Example
Text Example
White with #BA099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA099C; }
p { color: rgb(186,9,156); }
H1.HeaderClassName
{
color: #BA099C;
}
.AnyTagClassName
{
color: #BA099C;
}
</style>
background-color css
<style>
a { background-color: #BA099C; }
a { background-color: rgb(186,9,156); }
div.DivClassName
{
background-color: #BA099C;
}
.BgClassName
{
background-color: #BA099C;
}
</style>
border-color css
<style>
span { border-color: #BA099C; }
span { border-color: rgb(186,9,156); }
td.TdClassName
{
border-color: #BA099C;
}
.TagClassName
{
border-color: #BA099C;
}
</style>