Shades of Fuchsia #BC3FC0
Tints of Fuchsia #BC3FC0
RGB
CMYK
RGB Variations
Color information
#BC3FC0 (or 0xBC3FC0) is known color: Fuchsia. HEX triplet: BC, 3F and C0. RGB value is (188,63,192). Sum of RGB (Red+Green+Blue) = 188+63+192=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC3FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3FC0 is #43C03F. Grayscale: #727272. Windows color (decimal): -4440128 or 12599228. OLE color: 12599228.
HSL color Cylindrical-coordinate representation of color #BC3FC0: hue angle of 298.14º degrees, saturation: 0.51, 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 #BC3FC0 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 63 | 192 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.25 |
| HSL | 298.14º | 0.51% | 0.5% | - |
| HSV(B) | 298.14º | 0.67% | 0.75% | - |
| XYZ | 32.03 | 18.05 | 51.67 | - |
| YUV | 115.08 | 171.41 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 192 | 0.02 | 0.67 | 0 | 0.25 | 298.14 | 0.51 | 0.5 |
| Hex | BC | 3F | C0 | 2 | 43 | 0 | 19 | 12A | 33 | 32 |
| Octal | 274 | 77 | 300 | 2 | 103 | 0 | 31 | 452 | 63 | 62 |
| Binary | 10111100 | 111111 | 11000000 | 10 | 1000011 | 0 | 11001 | 100101010 | 110011 | 110010 |
Color Harmonies of #BC3FC0
Complementary color
Monochromatic Colors of #BC3FC0
Black with #BC3FC0
Text Example
Text Example
White with #BC3FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3FC0; }
p { color: rgb(188,63,192); }
H1.HeaderClassName
{
color: #BC3FC0;
}
.AnyTagClassName
{
color: #BC3FC0;
}
</style>
background-color css
<style>
a { background-color: #BC3FC0; }
a { background-color: rgb(188,63,192); }
div.DivClassName
{
background-color: #BC3FC0;
}
.BgClassName
{
background-color: #BC3FC0;
}
</style>
border-color css
<style>
span { border-color: #BC3FC0; }
span { border-color: rgb(188,63,192); }
td.TdClassName
{
border-color: #BC3FC0;
}
.TagClassName
{
border-color: #BC3FC0;
}
</style>