Shades of Fuchsia #BC56C7
Tints of Fuchsia #BC56C7
RGB
CMYK
RGB Variations
Color information
#BC56C7 (or 0xBC56C7) is known color: Fuchsia. HEX triplet: BC, 56 and C7. RGB value is (188,86,199). Sum of RGB (Red+Green+Blue) = 188+86+199=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC56C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56C7 is #43A938. Grayscale: #818181. Windows color (decimal): -4434233 or 13063868. OLE color: 13063868.
HSL color Cylindrical-coordinate representation of color #BC56C7: hue angle of 294.16º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC56C7 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 86 | 199 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.22 |
| HSL | 294.16º | 0.5% | 0.56% | - |
| HSV(B) | 294.16º | 0.57% | 0.78% | - |
| XYZ | 34.38 | 21.47 | 56.37 | - |
| YUV | 129.38 | 167.29 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 199 | 0.06 | 0.57 | 0 | 0.22 | 294.16 | 0.5 | 0.56 |
| Hex | BC | 56 | C7 | 6 | 39 | 0 | 16 | 126 | 32 | 38 |
| Octal | 274 | 126 | 307 | 6 | 71 | 0 | 26 | 446 | 62 | 70 |
| Binary | 10111100 | 1010110 | 11000111 | 110 | 111001 | 0 | 10110 | 100100110 | 110010 | 111000 |
Color Harmonies of #BC56C7
Complementary color
Monochromatic Colors of #BC56C7
Black with #BC56C7
Text Example
Text Example
White with #BC56C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC56C7; }
p { color: rgb(188,86,199); }
H1.HeaderClassName
{
color: #BC56C7;
}
.AnyTagClassName
{
color: #BC56C7;
}
</style>
background-color css
<style>
a { background-color: #BC56C7; }
a { background-color: rgb(188,86,199); }
div.DivClassName
{
background-color: #BC56C7;
}
.BgClassName
{
background-color: #BC56C7;
}
</style>
border-color css
<style>
span { border-color: #BC56C7; }
span { border-color: rgb(188,86,199); }
td.TdClassName
{
border-color: #BC56C7;
}
.TagClassName
{
border-color: #BC56C7;
}
</style>