Shades of Medium Violet Red #BA06A4
Tints of Medium Violet Red #BA06A4
RGB
CMYK
RGB Variations
Color information
#BA06A4 (or 0xBA06A4) is known color: Medium Violet Red. HEX triplet: BA, 06 and A4. RGB value is (186,6,164). Sum of RGB (Red+Green+Blue) = 186+6+164=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA06A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA06A4 is #45F95B. Grayscale: #4D4D4D. Windows color (decimal): -4585820 or 10749626. OLE color: 10749626.
HSL color Cylindrical-coordinate representation of color #BA06A4: hue angle of 307.33º 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 #BA06A4 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 164 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.27 |
| HSL | 307.33º | 0.94% | 0.38% | - |
| HSV(B) | 307.33º | 0.97% | 0.73% | - |
| XYZ | 27.02 | 13.25 | 36.26 | - |
| YUV | 77.83 | 176.63 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 164 | 0 | 0.97 | 0.12 | 0.27 | 307.33 | 0.94 | 0.38 |
| Hex | BA | 6 | A4 | 0 | 61 | C | 1B | 133 | 5E | 26 |
| Octal | 272 | 6 | 244 | 0 | 141 | 14 | 33 | 463 | 136 | 46 |
| Binary | 10111010 | 110 | 10100100 | 0 | 1100001 | 1100 | 11011 | 100110011 | 1011110 | 100110 |
Color Harmonies of #BA06A4
Complementary color
Monochromatic Colors of #BA06A4
Black with #BA06A4
Text Example
Text Example
White with #BA06A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA06A4; }
p { color: rgb(186,6,164); }
H1.HeaderClassName
{
color: #BA06A4;
}
.AnyTagClassName
{
color: #BA06A4;
}
</style>
background-color css
<style>
a { background-color: #BA06A4; }
a { background-color: rgb(186,6,164); }
div.DivClassName
{
background-color: #BA06A4;
}
.BgClassName
{
background-color: #BA06A4;
}
</style>
border-color css
<style>
span { border-color: #BA06A4; }
span { border-color: rgb(186,6,164); }
td.TdClassName
{
border-color: #BA06A4;
}
.TagClassName
{
border-color: #BA06A4;
}
</style>