Shades of Fuchsia #BC4CB1
Tints of Fuchsia #BC4CB1
RGB
CMYK
RGB Variations
Color information
#BC4CB1 (or 0xBC4CB1) is known color: Fuchsia. HEX triplet: BC, 4C and B1. RGB value is (188,76,177). Sum of RGB (Red+Green+Blue) = 188+76+177=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4CB1 is #43B34E. Grayscale: #787878. Windows color (decimal): -4436815 or 11619516. OLE color: 11619516.
HSL color Cylindrical-coordinate representation of color #BC4CB1: hue angle of 305.89º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4CB1 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 177 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.26 |
| HSL | 305.89º | 0.46% | 0.52% | - |
| HSV(B) | 305.89º | 0.6% | 0.74% | - |
| XYZ | 31.26 | 19.03 | 43.62 | - |
| YUV | 121 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 177 | 0 | 0.60 | 0.06 | 0.26 | 305.89 | 0.46 | 0.52 |
| Hex | BC | 4C | B1 | 0 | 3C | 6 | 1A | 132 | 2E | 34 |
| Octal | 274 | 114 | 261 | 0 | 74 | 6 | 32 | 462 | 56 | 64 |
| Binary | 10111100 | 1001100 | 10110001 | 0 | 111100 | 110 | 11010 | 100110010 | 101110 | 110100 |
Color Harmonies of #BC4CB1
Complementary color
Monochromatic Colors of #BC4CB1
Black with #BC4CB1
Text Example
Text Example
White with #BC4CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4CB1; }
p { color: rgb(188,76,177); }
H1.HeaderClassName
{
color: #BC4CB1;
}
.AnyTagClassName
{
color: #BC4CB1;
}
</style>
background-color css
<style>
a { background-color: #BC4CB1; }
a { background-color: rgb(188,76,177); }
div.DivClassName
{
background-color: #BC4CB1;
}
.BgClassName
{
background-color: #BC4CB1;
}
</style>
border-color css
<style>
span { border-color: #BC4CB1; }
span { border-color: rgb(188,76,177); }
td.TdClassName
{
border-color: #BC4CB1;
}
.TagClassName
{
border-color: #BC4CB1;
}
</style>