Shades of Fuchsia #BA55AC
Tints of Fuchsia #BA55AC
RGB
CMYK
RGB Variations
Color information
#BA55AC (or 0xBA55AC) is known color: Fuchsia. HEX triplet: BA, 55 and AC. RGB value is (186,85,172). Sum of RGB (Red+Green+Blue) = 186+85+172=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA55AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA55AC is #45AA53. Grayscale: #7C7C7C. Windows color (decimal): -4565588 or 11294138. OLE color: 11294138.
HSL color Cylindrical-coordinate representation of color #BA55AC: hue angle of 308.32º 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 #BA55AC is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 172 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.27 |
| HSL | 308.32º | 0.42% | 0.53% | - |
| HSV(B) | 308.32º | 0.54% | 0.73% | - |
| XYZ | 30.94 | 19.91 | 41.24 | - |
| YUV | 125.12 | 154.46 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 172 | 0 | 0.54 | 0.08 | 0.27 | 308.32 | 0.42 | 0.53 |
| Hex | BA | 55 | AC | 0 | 36 | 8 | 1B | 134 | 2A | 35 |
| Octal | 272 | 125 | 254 | 0 | 66 | 10 | 33 | 464 | 52 | 65 |
| Binary | 10111010 | 1010101 | 10101100 | 0 | 110110 | 1000 | 11011 | 100110100 | 101010 | 110101 |
Color Harmonies of #BA55AC
Complementary color
Monochromatic Colors of #BA55AC
Black with #BA55AC
Text Example
Text Example
White with #BA55AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA55AC; }
p { color: rgb(186,85,172); }
H1.HeaderClassName
{
color: #BA55AC;
}
.AnyTagClassName
{
color: #BA55AC;
}
</style>
background-color css
<style>
a { background-color: #BA55AC; }
a { background-color: rgb(186,85,172); }
div.DivClassName
{
background-color: #BA55AC;
}
.BgClassName
{
background-color: #BA55AC;
}
</style>
border-color css
<style>
span { border-color: #BA55AC; }
span { border-color: rgb(186,85,172); }
td.TdClassName
{
border-color: #BA55AC;
}
.TagClassName
{
border-color: #BA55AC;
}
</style>