Shades of Fuchsia #BC56A8
Tints of Fuchsia #BC56A8
RGB
CMYK
RGB Variations
Color information
#BC56A8 (or 0xBC56A8) is known color: Fuchsia. HEX triplet: BC, 56 and A8. RGB value is (188,86,168). Sum of RGB (Red+Green+Blue) = 188+86+168=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC56A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC56A8 is #43A957. Grayscale: #7D7D7D. Windows color (decimal): -4434264 or 11032252. OLE color: 11032252.
HSL color Cylindrical-coordinate representation of color #BC56A8: hue angle of 311.76º 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 #BC56A8 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 168 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.26 |
| HSL | 311.76º | 0.43% | 0.54% | - |
| HSV(B) | 311.76º | 0.54% | 0.74% | - |
| XYZ | 31.13 | 20.17 | 39.3 | - |
| YUV | 125.85 | 151.79 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 168 | 0 | 0.54 | 0.11 | 0.26 | 311.76 | 0.43 | 0.54 |
| Hex | BC | 56 | A8 | 0 | 36 | B | 1A | 138 | 2B | 36 |
| Octal | 274 | 126 | 250 | 0 | 66 | 13 | 32 | 470 | 53 | 66 |
| Binary | 10111100 | 1010110 | 10101000 | 0 | 110110 | 1011 | 11010 | 100111000 | 101011 | 110110 |
Color Harmonies of #BC56A8
Complementary color
Monochromatic Colors of #BC56A8
Black with #BC56A8
Text Example
Text Example
White with #BC56A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC56A8; }
p { color: rgb(188,86,168); }
H1.HeaderClassName
{
color: #BC56A8;
}
.AnyTagClassName
{
color: #BC56A8;
}
</style>
background-color css
<style>
a { background-color: #BC56A8; }
a { background-color: rgb(188,86,168); }
div.DivClassName
{
background-color: #BC56A8;
}
.BgClassName
{
background-color: #BC56A8;
}
</style>
border-color css
<style>
span { border-color: #BC56A8; }
span { border-color: rgb(188,86,168); }
td.TdClassName
{
border-color: #BC56A8;
}
.TagClassName
{
border-color: #BC56A8;
}
</style>