Shades of Fuchsia #BC40C0
Tints of Fuchsia #BC40C0
RGB
CMYK
RGB Variations
Color information
#BC40C0 (or 0xBC40C0) is known color: Fuchsia. HEX triplet: BC, 40 and C0. RGB value is (188,64,192). Sum of RGB (Red+Green+Blue) = 188+64+192=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC40C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40C0 is #43BF3F. Grayscale: #737373. Windows color (decimal): -4439872 or 12599484. OLE color: 12599484.
HSL color Cylindrical-coordinate representation of color #BC40C0: hue angle of 298.12º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC40C0 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 64 | 192 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.25 |
| HSL | 298.13º | 0.5% | 0.5% | - |
| HSV(B) | 298.13º | 0.67% | 0.75% | - |
| XYZ | 32.09 | 18.16 | 51.68 | - |
| YUV | 115.67 | 171.08 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 192 | 0.02 | 0.67 | 0 | 0.25 | 298.13 | 0.5 | 0.5 |
| Hex | BC | 40 | C0 | 2 | 43 | 0 | 19 | 12A | 32 | 32 |
| Octal | 274 | 100 | 300 | 2 | 103 | 0 | 31 | 452 | 62 | 62 |
| Binary | 10111100 | 1000000 | 11000000 | 10 | 1000011 | 0 | 11001 | 100101010 | 110010 | 110010 |
Color Harmonies of #BC40C0
Complementary color
Monochromatic Colors of #BC40C0
Black with #BC40C0
Text Example
Text Example
White with #BC40C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40C0; }
p { color: rgb(188,64,192); }
H1.HeaderClassName
{
color: #BC40C0;
}
.AnyTagClassName
{
color: #BC40C0;
}
</style>
background-color css
<style>
a { background-color: #BC40C0; }
a { background-color: rgb(188,64,192); }
div.DivClassName
{
background-color: #BC40C0;
}
.BgClassName
{
background-color: #BC40C0;
}
</style>
border-color css
<style>
span { border-color: #BC40C0; }
span { border-color: rgb(188,64,192); }
td.TdClassName
{
border-color: #BC40C0;
}
.TagClassName
{
border-color: #BC40C0;
}
</style>