Shades of Medium Violet Red #BA069C
Tints of Medium Violet Red #BA069C
RGB
CMYK
RGB Variations
Color information
#BA069C (or 0xBA069C) is known color: Medium Violet Red. HEX triplet: BA, 06 and 9C. RGB value is (186,6,156). Sum of RGB (Red+Green+Blue) = 186+6+156=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA069C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA069C is #45F963. Grayscale: #4C4C4C. Windows color (decimal): -4585828 or 10225338. OLE color: 10225338.
HSL color Cylindrical-coordinate representation of color #BA069C: hue angle of 310º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA069C is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 156 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.27 |
| HSL | 310º | 0.94% | 0.38% | - |
| HSV(B) | 310º | 0.97% | 0.73% | - |
| XYZ | 26.32 | 12.97 | 32.57 | - |
| YUV | 76.92 | 172.63 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 156 | 0 | 0.97 | 0.16 | 0.27 | 310 | 0.94 | 0.38 |
| Hex | BA | 6 | 9C | 0 | 61 | 10 | 1B | 136 | 5E | 26 |
| Octal | 272 | 6 | 234 | 0 | 141 | 20 | 33 | 466 | 136 | 46 |
| Binary | 10111010 | 110 | 10011100 | 0 | 1100001 | 10000 | 11011 | 100110110 | 1011110 | 100110 |
Color Harmonies of #BA069C
Complementary color
Monochromatic Colors of #BA069C
Black with #BA069C
Text Example
Text Example
White with #BA069C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA069C; }
p { color: rgb(186,6,156); }
H1.HeaderClassName
{
color: #BA069C;
}
.AnyTagClassName
{
color: #BA069C;
}
</style>
background-color css
<style>
a { background-color: #BA069C; }
a { background-color: rgb(186,6,156); }
div.DivClassName
{
background-color: #BA069C;
}
.BgClassName
{
background-color: #BA069C;
}
</style>
border-color css
<style>
span { border-color: #BA069C; }
span { border-color: rgb(186,6,156); }
td.TdClassName
{
border-color: #BA069C;
}
.TagClassName
{
border-color: #BA069C;
}
</style>