Shades of Fuchsia #BA56B8
Tints of Fuchsia #BA56B8
RGB
CMYK
RGB Variations
Color information
#BA56B8 (or 0xBA56B8) is known color: Fuchsia. HEX triplet: BA, 56 and B8. RGB value is (186,86,184). Sum of RGB (Red+Green+Blue) = 186+86+184=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA56B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA56B8 is #45A947. Grayscale: #7E7E7E. Windows color (decimal): -4565320 or 12080826. OLE color: 12080826.
HSL color Cylindrical-coordinate representation of color #BA56B8: hue angle of 301.2º 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 #BA56B8 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 184 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.27 |
| HSL | 301.2º | 0.42% | 0.53% | - |
| HSV(B) | 301.2º | 0.54% | 0.73% | - |
| XYZ | 32.23 | 20.56 | 47.62 | - |
| YUV | 127.07 | 160.13 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 184 | 0 | 0.54 | 0.01 | 0.27 | 301.2 | 0.42 | 0.53 |
| Hex | BA | 56 | B8 | 0 | 36 | 1 | 1B | 12D | 2A | 35 |
| Octal | 272 | 126 | 270 | 0 | 66 | 1 | 33 | 455 | 52 | 65 |
| Binary | 10111010 | 1010110 | 10111000 | 0 | 110110 | 1 | 11011 | 100101101 | 101010 | 110101 |
Color Harmonies of #BA56B8
Complementary color
Monochromatic Colors of #BA56B8
Black with #BA56B8
Text Example
Text Example
White with #BA56B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA56B8; }
p { color: rgb(186,86,184); }
H1.HeaderClassName
{
color: #BA56B8;
}
.AnyTagClassName
{
color: #BA56B8;
}
</style>
background-color css
<style>
a { background-color: #BA56B8; }
a { background-color: rgb(186,86,184); }
div.DivClassName
{
background-color: #BA56B8;
}
.BgClassName
{
background-color: #BA56B8;
}
</style>
border-color css
<style>
span { border-color: #BA56B8; }
span { border-color: rgb(186,86,184); }
td.TdClassName
{
border-color: #BA56B8;
}
.TagClassName
{
border-color: #BA56B8;
}
</style>