Shades of Medium Violet Red #BA069F
Tints of Medium Violet Red #BA069F
RGB
CMYK
RGB Variations
Color information
#BA069F (or 0xBA069F) is known color: Medium Violet Red. HEX triplet: BA, 06 and 9F. RGB value is (186,6,159). Sum of RGB (Red+Green+Blue) = 186+6+159=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA069F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA069F is #45F960. Grayscale: #4C4C4C. Windows color (decimal): -4585825 or 10421946. OLE color: 10421946.
HSL color Cylindrical-coordinate representation of color #BA069F: hue angle of 309º 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 #BA069F is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 159 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.27 |
| HSL | 309º | 0.94% | 0.38% | - |
| HSV(B) | 309º | 0.97% | 0.73% | - |
| XYZ | 26.57 | 13.07 | 33.92 | - |
| YUV | 77.26 | 174.13 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 159 | 0 | 0.97 | 0.15 | 0.27 | 309 | 0.94 | 0.38 |
| Hex | BA | 6 | 9F | 0 | 61 | F | 1B | 135 | 5E | 26 |
| Octal | 272 | 6 | 237 | 0 | 141 | 17 | 33 | 465 | 136 | 46 |
| Binary | 10111010 | 110 | 10011111 | 0 | 1100001 | 1111 | 11011 | 100110101 | 1011110 | 100110 |
Color Harmonies of #BA069F
Complementary color
Monochromatic Colors of #BA069F
Black with #BA069F
Text Example
Text Example
White with #BA069F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA069F; }
p { color: rgb(186,6,159); }
H1.HeaderClassName
{
color: #BA069F;
}
.AnyTagClassName
{
color: #BA069F;
}
</style>
background-color css
<style>
a { background-color: #BA069F; }
a { background-color: rgb(186,6,159); }
div.DivClassName
{
background-color: #BA069F;
}
.BgClassName
{
background-color: #BA069F;
}
</style>
border-color css
<style>
span { border-color: #BA069F; }
span { border-color: rgb(186,6,159); }
td.TdClassName
{
border-color: #BA069F;
}
.TagClassName
{
border-color: #BA069F;
}
</style>