Shades of Fuchsia #BC56A7
Tints of Fuchsia #BC56A7
RGB
CMYK
RGB Variations
Color information
#BC56A7 (or 0xBC56A7) is known color: Fuchsia. HEX triplet: BC, 56 and A7. RGB value is (188,86,167). Sum of RGB (Red+Green+Blue) = 188+86+167=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 167 (65.62% from 255 or 37.87% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC56A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC56A7 is #43A958. Grayscale: #7D7D7D. Windows color (decimal): -4434265 or 10966716. OLE color: 10966716.
HSL color Cylindrical-coordinate representation of color #BC56A7: hue angle of 312.35º 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 #BC56A7 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 167 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.26 |
| HSL | 312.35º | 0.43% | 0.54% | - |
| HSV(B) | 312.35º | 0.54% | 0.74% | - |
| XYZ | 31.04 | 20.14 | 38.81 | - |
| YUV | 125.73 | 151.29 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 167 | 0 | 0.54 | 0.11 | 0.26 | 312.35 | 0.43 | 0.54 |
| Hex | BC | 56 | A7 | 0 | 36 | B | 1A | 138 | 2B | 36 |
| Octal | 274 | 126 | 247 | 0 | 66 | 13 | 32 | 470 | 53 | 66 |
| Binary | 10111100 | 1010110 | 10100111 | 0 | 110110 | 1011 | 11010 | 100111000 | 101011 | 110110 |
Color Harmonies of #BC56A7
Complementary color
Monochromatic Colors of #BC56A7
Black with #BC56A7
Text Example
Text Example
White with #BC56A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC56A7; }
p { color: rgb(188,86,167); }
H1.HeaderClassName
{
color: #BC56A7;
}
.AnyTagClassName
{
color: #BC56A7;
}
</style>
background-color css
<style>
a { background-color: #BC56A7; }
a { background-color: rgb(188,86,167); }
div.DivClassName
{
background-color: #BC56A7;
}
.BgClassName
{
background-color: #BC56A7;
}
</style>
border-color css
<style>
span { border-color: #BC56A7; }
span { border-color: rgb(188,86,167); }
td.TdClassName
{
border-color: #BC56A7;
}
.TagClassName
{
border-color: #BC56A7;
}
</style>