Shades of Fuchsia #BC56C1
Tints of Fuchsia #BC56C1
RGB
CMYK
RGB Variations
Color information
#BC56C1 (or 0xBC56C1) is known color: Fuchsia. HEX triplet: BC, 56 and C1. RGB value is (188,86,193). Sum of RGB (Red+Green+Blue) = 188+86+193=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC56C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56C1 is #43A93E. Grayscale: #808080. Windows color (decimal): -4434239 or 12670652. OLE color: 12670652.
HSL color Cylindrical-coordinate representation of color #BC56C1: hue angle of 297.2º 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 #BC56C1 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 86 | 193 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.24 |
| HSL | 297.2º | 0.46% | 0.55% | - |
| HSV(B) | 297.2º | 0.55% | 0.76% | - |
| XYZ | 33.69 | 21.2 | 52.77 | - |
| YUV | 128.7 | 164.29 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 193 | 0.03 | 0.55 | 0 | 0.24 | 297.2 | 0.46 | 0.55 |
| Hex | BC | 56 | C1 | 3 | 37 | 0 | 18 | 129 | 2E | 37 |
| Octal | 274 | 126 | 301 | 3 | 67 | 0 | 30 | 451 | 56 | 67 |
| Binary | 10111100 | 1010110 | 11000001 | 11 | 110111 | 0 | 11000 | 100101001 | 101110 | 110111 |
Color Harmonies of #BC56C1
Complementary color
Monochromatic Colors of #BC56C1
Black with #BC56C1
Text Example
Text Example
White with #BC56C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC56C1; }
p { color: rgb(188,86,193); }
H1.HeaderClassName
{
color: #BC56C1;
}
.AnyTagClassName
{
color: #BC56C1;
}
</style>
background-color css
<style>
a { background-color: #BC56C1; }
a { background-color: rgb(188,86,193); }
div.DivClassName
{
background-color: #BC56C1;
}
.BgClassName
{
background-color: #BC56C1;
}
</style>
border-color css
<style>
span { border-color: #BC56C1; }
span { border-color: rgb(188,86,193); }
td.TdClassName
{
border-color: #BC56C1;
}
.TagClassName
{
border-color: #BC56C1;
}
</style>