Shades of Fuchsia #BA56BA
Tints of Fuchsia #BA56BA
RGB
CMYK
RGB Variations
Color information
#BA56BA (or 0xBA56BA) is known color: Fuchsia. HEX triplet: BA, 56 and BA. RGB value is (186,86,186). Sum of RGB (Red+Green+Blue) = 186+86+186=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA56BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA56BA is #45A945. Grayscale: #7F7F7F. Windows color (decimal): -4565318 or 12211898. OLE color: 12211898.
HSL color Cylindrical-coordinate representation of color #BA56BA: hue angle of 300º 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 #BA56BA is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 186 | - |
| CMYK | 0 | 0.54 | 0 | 0.27 |
| HSL | 300º | 0.42% | 0.53% | - |
| HSV(B) | 300º | 0.54% | 0.73% | - |
| XYZ | 32.44 | 20.64 | 48.73 | - |
| YUV | 127.3 | 161.13 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 186 | 0 | 0.54 | 0 | 0.27 | 300 | 0.42 | 0.53 |
| Hex | BA | 56 | BA | 0 | 36 | 0 | 1B | 12C | 2A | 35 |
| Octal | 272 | 126 | 272 | 0 | 66 | 0 | 33 | 454 | 52 | 65 |
| Binary | 10111010 | 1010110 | 10111010 | 0 | 110110 | 0 | 11011 | 100101100 | 101010 | 110101 |
Color Harmonies of #BA56BA
Complementary color
Monochromatic Colors of #BA56BA
Black with #BA56BA
Text Example
Text Example
White with #BA56BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA56BA; }
p { color: rgb(186,86,186); }
H1.HeaderClassName
{
color: #BA56BA;
}
.AnyTagClassName
{
color: #BA56BA;
}
</style>
background-color css
<style>
a { background-color: #BA56BA; }
a { background-color: rgb(186,86,186); }
div.DivClassName
{
background-color: #BA56BA;
}
.BgClassName
{
background-color: #BA56BA;
}
</style>
border-color css
<style>
span { border-color: #BA56BA; }
span { border-color: rgb(186,86,186); }
td.TdClassName
{
border-color: #BA56BA;
}
.TagClassName
{
border-color: #BA56BA;
}
</style>