Shades of Fuchsia #BA56AD
Tints of Fuchsia #BA56AD
RGB
CMYK
RGB Variations
Color information
#BA56AD (or 0xBA56AD) is known color: Fuchsia. HEX triplet: BA, 56 and AD. RGB value is (186,86,173). Sum of RGB (Red+Green+Blue) = 186+86+173=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA56AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA56AD is #45A952. Grayscale: #7D7D7D. Windows color (decimal): -4565331 or 11359930. OLE color: 11359930.
HSL color Cylindrical-coordinate representation of color #BA56AD: hue angle of 307.8º 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 #BA56AD is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 173 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.27 |
| HSL | 307.8º | 0.42% | 0.53% | - |
| HSV(B) | 307.8º | 0.54% | 0.73% | - |
| XYZ | 31.12 | 20.11 | 41.78 | - |
| YUV | 125.82 | 154.63 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 173 | 0 | 0.54 | 0.07 | 0.27 | 307.8 | 0.42 | 0.53 |
| Hex | BA | 56 | AD | 0 | 36 | 7 | 1B | 134 | 2A | 35 |
| Octal | 272 | 126 | 255 | 0 | 66 | 7 | 33 | 464 | 52 | 65 |
| Binary | 10111010 | 1010110 | 10101101 | 0 | 110110 | 111 | 11011 | 100110100 | 101010 | 110101 |
Color Harmonies of #BA56AD
Complementary color
Monochromatic Colors of #BA56AD
Black with #BA56AD
Text Example
Text Example
White with #BA56AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA56AD; }
p { color: rgb(186,86,173); }
H1.HeaderClassName
{
color: #BA56AD;
}
.AnyTagClassName
{
color: #BA56AD;
}
</style>
background-color css
<style>
a { background-color: #BA56AD; }
a { background-color: rgb(186,86,173); }
div.DivClassName
{
background-color: #BA56AD;
}
.BgClassName
{
background-color: #BA56AD;
}
</style>
border-color css
<style>
span { border-color: #BA56AD; }
span { border-color: rgb(186,86,173); }
td.TdClassName
{
border-color: #BA56AD;
}
.TagClassName
{
border-color: #BA56AD;
}
</style>