Shades of Fuchsia #BC4CB0
Tints of Fuchsia #BC4CB0
RGB
CMYK
RGB Variations
Color information
#BC4CB0 (or 0xBC4CB0) is known color: Fuchsia. HEX triplet: BC, 4C and B0. RGB value is (188,76,176). Sum of RGB (Red+Green+Blue) = 188+76+176=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4CB0 is #43B34F. Grayscale: #787878. Windows color (decimal): -4436816 or 11553980. OLE color: 11553980.
HSL color Cylindrical-coordinate representation of color #BC4CB0: hue angle of 306.43º 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 #BC4CB0 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 176 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.26 |
| HSL | 306.43º | 0.46% | 0.52% | - |
| HSV(B) | 306.43º | 0.6% | 0.74% | - |
| XYZ | 31.16 | 18.99 | 43.1 | - |
| YUV | 120.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 176 | 0 | 0.60 | 0.06 | 0.26 | 306.43 | 0.46 | 0.52 |
| Hex | BC | 4C | B0 | 0 | 3C | 6 | 1A | 132 | 2E | 34 |
| Octal | 274 | 114 | 260 | 0 | 74 | 6 | 32 | 462 | 56 | 64 |
| Binary | 10111100 | 1001100 | 10110000 | 0 | 111100 | 110 | 11010 | 100110010 | 101110 | 110100 |
Color Harmonies of #BC4CB0
Complementary color
Monochromatic Colors of #BC4CB0
Black with #BC4CB0
Text Example
Text Example
White with #BC4CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4CB0; }
p { color: rgb(188,76,176); }
H1.HeaderClassName
{
color: #BC4CB0;
}
.AnyTagClassName
{
color: #BC4CB0;
}
</style>
background-color css
<style>
a { background-color: #BC4CB0; }
a { background-color: rgb(188,76,176); }
div.DivClassName
{
background-color: #BC4CB0;
}
.BgClassName
{
background-color: #BC4CB0;
}
</style>
border-color css
<style>
span { border-color: #BC4CB0; }
span { border-color: rgb(188,76,176); }
td.TdClassName
{
border-color: #BC4CB0;
}
.TagClassName
{
border-color: #BC4CB0;
}
</style>