Shades of Medium Violet Red #BA069A
Tints of Medium Violet Red #BA069A
RGB
CMYK
RGB Variations
Color information
#BA069A (or 0xBA069A) is known color: Medium Violet Red. HEX triplet: BA, 06 and 9A. RGB value is (186,6,154). Sum of RGB (Red+Green+Blue) = 186+6+154=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA069A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA069A is #45F965. Grayscale: #4C4C4C. Windows color (decimal): -4585830 or 10094266. OLE color: 10094266.
HSL color Cylindrical-coordinate representation of color #BA069A: hue angle of 310.67º 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 #BA069A is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 154 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.27 |
| HSL | 310.67º | 0.94% | 0.38% | - |
| HSV(B) | 310.67º | 0.97% | 0.73% | - |
| XYZ | 26.15 | 12.9 | 31.68 | - |
| YUV | 76.69 | 171.63 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 154 | 0 | 0.97 | 0.17 | 0.27 | 310.67 | 0.94 | 0.38 |
| Hex | BA | 6 | 9A | 0 | 61 | 11 | 1B | 137 | 5E | 26 |
| Octal | 272 | 6 | 232 | 0 | 141 | 21 | 33 | 467 | 136 | 46 |
| Binary | 10111010 | 110 | 10011010 | 0 | 1100001 | 10001 | 11011 | 100110111 | 1011110 | 100110 |
Color Harmonies of #BA069A
Complementary color
Monochromatic Colors of #BA069A
Black with #BA069A
Text Example
Text Example
White with #BA069A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA069A; }
p { color: rgb(186,6,154); }
H1.HeaderClassName
{
color: #BA069A;
}
.AnyTagClassName
{
color: #BA069A;
}
</style>
background-color css
<style>
a { background-color: #BA069A; }
a { background-color: rgb(186,6,154); }
div.DivClassName
{
background-color: #BA069A;
}
.BgClassName
{
background-color: #BA069A;
}
</style>
border-color css
<style>
span { border-color: #BA069A; }
span { border-color: rgb(186,6,154); }
td.TdClassName
{
border-color: #BA069A;
}
.TagClassName
{
border-color: #BA069A;
}
</style>