Shades of Fuchsia #BA55AD
Tints of Fuchsia #BA55AD
RGB
CMYK
RGB Variations
Color information
#BA55AD (or 0xBA55AD) is known color: Fuchsia. HEX triplet: BA, 55 and AD. RGB value is (186,85,173). Sum of RGB (Red+Green+Blue) = 186+85+173=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA55AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA55AD is #45AA52. Grayscale: #7C7C7C. Windows color (decimal): -4565587 or 11359674. OLE color: 11359674.
HSL color Cylindrical-coordinate representation of color #BA55AD: hue angle of 307.72º 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 #BA55AD is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 173 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.27 |
| HSL | 307.72º | 0.42% | 0.53% | - |
| HSV(B) | 307.72º | 0.54% | 0.73% | - |
| XYZ | 31.04 | 19.95 | 41.75 | - |
| YUV | 125.23 | 154.96 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 173 | 0 | 0.54 | 0.07 | 0.27 | 307.72 | 0.42 | 0.53 |
| Hex | BA | 55 | AD | 0 | 36 | 7 | 1B | 134 | 2A | 35 |
| Octal | 272 | 125 | 255 | 0 | 66 | 7 | 33 | 464 | 52 | 65 |
| Binary | 10111010 | 1010101 | 10101101 | 0 | 110110 | 111 | 11011 | 100110100 | 101010 | 110101 |
Color Harmonies of #BA55AD
Complementary color
Monochromatic Colors of #BA55AD
Black with #BA55AD
Text Example
Text Example
White with #BA55AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA55AD; }
p { color: rgb(186,85,173); }
H1.HeaderClassName
{
color: #BA55AD;
}
.AnyTagClassName
{
color: #BA55AD;
}
</style>
background-color css
<style>
a { background-color: #BA55AD; }
a { background-color: rgb(186,85,173); }
div.DivClassName
{
background-color: #BA55AD;
}
.BgClassName
{
background-color: #BA55AD;
}
</style>
border-color css
<style>
span { border-color: #BA55AD; }
span { border-color: rgb(186,85,173); }
td.TdClassName
{
border-color: #BA55AD;
}
.TagClassName
{
border-color: #BA55AD;
}
</style>