Shades of Fuchsia #BA56AC
Tints of Fuchsia #BA56AC
RGB
CMYK
RGB Variations
Color information
#BA56AC (or 0xBA56AC) is known color: Fuchsia. HEX triplet: BA, 56 and AC. RGB value is (186,86,172). Sum of RGB (Red+Green+Blue) = 186+86+172=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA56AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA56AC is #45A953. Grayscale: #7D7D7D. Windows color (decimal): -4565332 or 11294394. OLE color: 11294394.
HSL color Cylindrical-coordinate representation of color #BA56AC: hue angle of 308.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA56AC is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 172 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.27 |
| HSL | 308.4º | 0.42% | 0.53% | - |
| HSV(B) | 308.4º | 0.54% | 0.73% | - |
| XYZ | 31.02 | 20.07 | 41.27 | - |
| YUV | 125.7 | 154.13 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 172 | 0 | 0.54 | 0.08 | 0.27 | 308.4 | 0.42 | 0.53 |
| Hex | BA | 56 | AC | 0 | 36 | 8 | 1B | 134 | 2A | 35 |
| Octal | 272 | 126 | 254 | 0 | 66 | 10 | 33 | 464 | 52 | 65 |
| Binary | 10111010 | 1010110 | 10101100 | 0 | 110110 | 1000 | 11011 | 100110100 | 101010 | 110101 |
Color Harmonies of #BA56AC
Complementary color
Monochromatic Colors of #BA56AC
Black with #BA56AC
Text Example
Text Example
White with #BA56AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA56AC; }
p { color: rgb(186,86,172); }
H1.HeaderClassName
{
color: #BA56AC;
}
.AnyTagClassName
{
color: #BA56AC;
}
</style>
background-color css
<style>
a { background-color: #BA56AC; }
a { background-color: rgb(186,86,172); }
div.DivClassName
{
background-color: #BA56AC;
}
.BgClassName
{
background-color: #BA56AC;
}
</style>
border-color css
<style>
span { border-color: #BA56AC; }
span { border-color: rgb(186,86,172); }
td.TdClassName
{
border-color: #BA56AC;
}
.TagClassName
{
border-color: #BA56AC;
}
</style>