Shades of Fuchsia #BC56B7
Tints of Fuchsia #BC56B7
RGB
CMYK
RGB Variations
Color information
#BC56B7 (or 0xBC56B7) is known color: Fuchsia. HEX triplet: BC, 56 and B7. RGB value is (188,86,183). Sum of RGB (Red+Green+Blue) = 188+86+183=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC56B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56B7 is #43A948. Grayscale: #7F7F7F. Windows color (decimal): -4434249 or 12015292. OLE color: 12015292.
HSL color Cylindrical-coordinate representation of color #BC56B7: hue angle of 302.94º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC56B7 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 183 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.26 |
| HSL | 302.94º | 0.43% | 0.54% | - |
| HSV(B) | 302.94º | 0.54% | 0.74% | - |
| XYZ | 32.61 | 20.77 | 47.09 | - |
| YUV | 127.56 | 159.29 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 183 | 0 | 0.54 | 0.03 | 0.26 | 302.94 | 0.43 | 0.54 |
| Hex | BC | 56 | B7 | 0 | 36 | 3 | 1A | 12F | 2B | 36 |
| Octal | 274 | 126 | 267 | 0 | 66 | 3 | 32 | 457 | 53 | 66 |
| Binary | 10111100 | 1010110 | 10110111 | 0 | 110110 | 11 | 11010 | 100101111 | 101011 | 110110 |
Color Harmonies of #BC56B7
Complementary color
Monochromatic Colors of #BC56B7
Black with #BC56B7
Text Example
Text Example
White with #BC56B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC56B7; }
p { color: rgb(188,86,183); }
H1.HeaderClassName
{
color: #BC56B7;
}
.AnyTagClassName
{
color: #BC56B7;
}
</style>
background-color css
<style>
a { background-color: #BC56B7; }
a { background-color: rgb(188,86,183); }
div.DivClassName
{
background-color: #BC56B7;
}
.BgClassName
{
background-color: #BC56B7;
}
</style>
border-color css
<style>
span { border-color: #BC56B7; }
span { border-color: rgb(188,86,183); }
td.TdClassName
{
border-color: #BC56B7;
}
.TagClassName
{
border-color: #BC56B7;
}
</style>