Shades of Fuchsia #BA56B0
Tints of Fuchsia #BA56B0
RGB
CMYK
RGB Variations
Color information
#BA56B0 (or 0xBA56B0) is known color: Fuchsia. HEX triplet: BA, 56 and B0. RGB value is (186,86,176). Sum of RGB (Red+Green+Blue) = 186+86+176=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA56B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA56B0 is #45A94F. Grayscale: #7D7D7D. Windows color (decimal): -4565328 or 11556538. OLE color: 11556538.
HSL color Cylindrical-coordinate representation of color #BA56B0: hue angle of 306º 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 #BA56B0 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 176 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.27 |
| HSL | 306º | 0.42% | 0.53% | - |
| HSV(B) | 306º | 0.54% | 0.73% | - |
| XYZ | 31.41 | 20.23 | 43.32 | - |
| YUV | 126.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 176 | 0 | 0.54 | 0.05 | 0.27 | 306 | 0.42 | 0.53 |
| Hex | BA | 56 | B0 | 0 | 36 | 5 | 1B | 132 | 2A | 35 |
| Octal | 272 | 126 | 260 | 0 | 66 | 5 | 33 | 462 | 52 | 65 |
| Binary | 10111010 | 1010110 | 10110000 | 0 | 110110 | 101 | 11011 | 100110010 | 101010 | 110101 |
Color Harmonies of #BA56B0
Complementary color
Monochromatic Colors of #BA56B0
Black with #BA56B0
Text Example
Text Example
White with #BA56B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA56B0; }
p { color: rgb(186,86,176); }
H1.HeaderClassName
{
color: #BA56B0;
}
.AnyTagClassName
{
color: #BA56B0;
}
</style>
background-color css
<style>
a { background-color: #BA56B0; }
a { background-color: rgb(186,86,176); }
div.DivClassName
{
background-color: #BA56B0;
}
.BgClassName
{
background-color: #BA56B0;
}
</style>
border-color css
<style>
span { border-color: #BA56B0; }
span { border-color: rgb(186,86,176); }
td.TdClassName
{
border-color: #BA56B0;
}
.TagClassName
{
border-color: #BA56B0;
}
</style>