Shades of Fuchsia #BC56BD
Tints of Fuchsia #BC56BD
RGB
CMYK
RGB Variations
Color information
#BC56BD (or 0xBC56BD) is known color: Fuchsia. HEX triplet: BC, 56 and BD. RGB value is (188,86,189). Sum of RGB (Red+Green+Blue) = 188+86+189=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC56BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56BD is #43A942. Grayscale: #7F7F7F. Windows color (decimal): -4434243 or 12408508. OLE color: 12408508.
HSL color Cylindrical-coordinate representation of color #BC56BD: hue angle of 299.42º degrees, saturation: 0.44, 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 #BC56BD is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 189 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.26 |
| HSL | 299.42º | 0.44% | 0.54% | - |
| HSV(B) | 299.42º | 0.54% | 0.74% | - |
| XYZ | 33.25 | 21.02 | 50.45 | - |
| YUV | 128.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 189 | 0.01 | 0.54 | 0 | 0.26 | 299.42 | 0.44 | 0.54 |
| Hex | BC | 56 | BD | 1 | 36 | 0 | 1A | 12B | 2C | 36 |
| Octal | 274 | 126 | 275 | 1 | 66 | 0 | 32 | 453 | 54 | 66 |
| Binary | 10111100 | 1010110 | 10111101 | 1 | 110110 | 0 | 11010 | 100101011 | 101100 | 110110 |
Color Harmonies of #BC56BD
Complementary color
Monochromatic Colors of #BC56BD
Black with #BC56BD
Text Example
Text Example
White with #BC56BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC56BD; }
p { color: rgb(188,86,189); }
H1.HeaderClassName
{
color: #BC56BD;
}
.AnyTagClassName
{
color: #BC56BD;
}
</style>
background-color css
<style>
a { background-color: #BC56BD; }
a { background-color: rgb(188,86,189); }
div.DivClassName
{
background-color: #BC56BD;
}
.BgClassName
{
background-color: #BC56BD;
}
</style>
border-color css
<style>
span { border-color: #BC56BD; }
span { border-color: rgb(188,86,189); }
td.TdClassName
{
border-color: #BC56BD;
}
.TagClassName
{
border-color: #BC56BD;
}
</style>