Shades of Fuchsia #BC4CC0
Tints of Fuchsia #BC4CC0
RGB
CMYK
RGB Variations
Color information
#BC4CC0 (or 0xBC4CC0) is known color: Fuchsia. HEX triplet: BC, 4C and C0. RGB value is (188,76,192). Sum of RGB (Red+Green+Blue) = 188+76+192=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC4CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CC0 is #43B33F. Grayscale: #7A7A7A. Windows color (decimal): -4436800 or 12602556. OLE color: 12602556.
HSL color Cylindrical-coordinate representation of color #BC4CC0: hue angle of 297.93º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4CC0 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 76 | 192 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.25 |
| HSL | 297.93º | 0.48% | 0.53% | - |
| HSV(B) | 297.93º | 0.6% | 0.75% | - |
| XYZ | 32.84 | 19.67 | 51.93 | - |
| YUV | 122.71 | 167.11 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 192 | 0.02 | 0.60 | 0 | 0.25 | 297.93 | 0.48 | 0.53 |
| Hex | BC | 4C | C0 | 2 | 3C | 0 | 19 | 12A | 30 | 35 |
| Octal | 274 | 114 | 300 | 2 | 74 | 0 | 31 | 452 | 60 | 65 |
| Binary | 10111100 | 1001100 | 11000000 | 10 | 111100 | 0 | 11001 | 100101010 | 110000 | 110101 |
Color Harmonies of #BC4CC0
Complementary color
Monochromatic Colors of #BC4CC0
Black with #BC4CC0
Text Example
Text Example
White with #BC4CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4CC0; }
p { color: rgb(188,76,192); }
H1.HeaderClassName
{
color: #BC4CC0;
}
.AnyTagClassName
{
color: #BC4CC0;
}
</style>
background-color css
<style>
a { background-color: #BC4CC0; }
a { background-color: rgb(188,76,192); }
div.DivClassName
{
background-color: #BC4CC0;
}
.BgClassName
{
background-color: #BC4CC0;
}
</style>
border-color css
<style>
span { border-color: #BC4CC0; }
span { border-color: rgb(188,76,192); }
td.TdClassName
{
border-color: #BC4CC0;
}
.TagClassName
{
border-color: #BC4CC0;
}
</style>