Shades of Fuchsia #BA56C1
Tints of Fuchsia #BA56C1
RGB
CMYK
RGB Variations
Color information
#BA56C1 (or 0xBA56C1) is known color: Fuchsia. HEX triplet: BA, 56 and C1. RGB value is (186,86,193). Sum of RGB (Red+Green+Blue) = 186+86+193=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA56C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA56C1 is #45A93E. Grayscale: #7F7F7F. Windows color (decimal): -4565311 or 12670650. OLE color: 12670650.
HSL color Cylindrical-coordinate representation of color #BA56C1: hue angle of 296.07º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA56C1 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 86 | 193 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.24 |
| HSL | 296.07º | 0.46% | 0.55% | - |
| HSV(B) | 296.07º | 0.55% | 0.76% | - |
| XYZ | 33.2 | 20.94 | 52.74 | - |
| YUV | 128.1 | 164.63 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 193 | 0.04 | 0.55 | 0 | 0.24 | 296.07 | 0.46 | 0.55 |
| Hex | BA | 56 | C1 | 4 | 37 | 0 | 18 | 128 | 2E | 37 |
| Octal | 272 | 126 | 301 | 4 | 67 | 0 | 30 | 450 | 56 | 67 |
| Binary | 10111010 | 1010110 | 11000001 | 100 | 110111 | 0 | 11000 | 100101000 | 101110 | 110111 |
Color Harmonies of #BA56C1
Complementary color
Monochromatic Colors of #BA56C1
Black with #BA56C1
Text Example
Text Example
White with #BA56C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA56C1; }
p { color: rgb(186,86,193); }
H1.HeaderClassName
{
color: #BA56C1;
}
.AnyTagClassName
{
color: #BA56C1;
}
</style>
background-color css
<style>
a { background-color: #BA56C1; }
a { background-color: rgb(186,86,193); }
div.DivClassName
{
background-color: #BA56C1;
}
.BgClassName
{
background-color: #BA56C1;
}
</style>
border-color css
<style>
span { border-color: #BA56C1; }
span { border-color: rgb(186,86,193); }
td.TdClassName
{
border-color: #BA56C1;
}
.TagClassName
{
border-color: #BA56C1;
}
</style>