Shades of Fuchsia #BC56C0
Tints of Fuchsia #BC56C0
RGB
CMYK
RGB Variations
Color information
#BC56C0 (or 0xBC56C0) is known color: Fuchsia. HEX triplet: BC, 56 and C0. RGB value is (188,86,192). Sum of RGB (Red+Green+Blue) = 188+86+192=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC56C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56C0 is #43A93F. Grayscale: #808080. Windows color (decimal): -4434240 or 12605116. OLE color: 12605116.
HSL color Cylindrical-coordinate representation of color #BC56C0: hue angle of 297.74º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC56C0 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 86 | 192 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.25 |
| HSL | 297.74º | 0.46% | 0.55% | - |
| HSV(B) | 297.74º | 0.55% | 0.75% | - |
| XYZ | 33.58 | 21.15 | 52.18 | - |
| YUV | 128.58 | 163.79 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 192 | 0.02 | 0.55 | 0 | 0.25 | 297.74 | 0.46 | 0.55 |
| Hex | BC | 56 | C0 | 2 | 37 | 0 | 19 | 12A | 2E | 37 |
| Octal | 274 | 126 | 300 | 2 | 67 | 0 | 31 | 452 | 56 | 67 |
| Binary | 10111100 | 1010110 | 11000000 | 10 | 110111 | 0 | 11001 | 100101010 | 101110 | 110111 |
Color Harmonies of #BC56C0
Complementary color
Monochromatic Colors of #BC56C0
Black with #BC56C0
Text Example
Text Example
White with #BC56C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC56C0; }
p { color: rgb(188,86,192); }
H1.HeaderClassName
{
color: #BC56C0;
}
.AnyTagClassName
{
color: #BC56C0;
}
</style>
background-color css
<style>
a { background-color: #BC56C0; }
a { background-color: rgb(188,86,192); }
div.DivClassName
{
background-color: #BC56C0;
}
.BgClassName
{
background-color: #BC56C0;
}
</style>
border-color css
<style>
span { border-color: #BC56C0; }
span { border-color: rgb(188,86,192); }
td.TdClassName
{
border-color: #BC56C0;
}
.TagClassName
{
border-color: #BC56C0;
}
</style>