Shades of Fuchsia #BC3EC1
Tints of Fuchsia #BC3EC1
RGB
CMYK
RGB Variations
Color information
#BC3EC1 (or 0xBC3EC1) is known color: Fuchsia. HEX triplet: BC, 3E and C1. RGB value is (188,62,193). Sum of RGB (Red+Green+Blue) = 188+62+193=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 62 (24.61% from 255 or 14.00% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC3EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3EC1 is #43C13E. Grayscale: #727272. Windows color (decimal): -4440383 or 12664508. OLE color: 12664508.
HSL color Cylindrical-coordinate representation of color #BC3EC1: hue angle of 297.71º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3EC1 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 62 | 193 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.24 |
| HSL | 297.71º | 0.51% | 0.5% | - |
| HSV(B) | 297.71º | 0.68% | 0.76% | - |
| XYZ | 32.09 | 17.99 | 52.23 | - |
| YUV | 114.61 | 172.24 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 193 | 0.03 | 0.68 | 0 | 0.24 | 297.71 | 0.51 | 0.5 |
| Hex | BC | 3E | C1 | 3 | 44 | 0 | 18 | 12A | 33 | 32 |
| Octal | 274 | 76 | 301 | 3 | 104 | 0 | 30 | 452 | 63 | 62 |
| Binary | 10111100 | 111110 | 11000001 | 11 | 1000100 | 0 | 11000 | 100101010 | 110011 | 110010 |
Color Harmonies of #BC3EC1
Complementary color
Monochromatic Colors of #BC3EC1
Black with #BC3EC1
Text Example
Text Example
White with #BC3EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3EC1; }
p { color: rgb(188,62,193); }
H1.HeaderClassName
{
color: #BC3EC1;
}
.AnyTagClassName
{
color: #BC3EC1;
}
</style>
background-color css
<style>
a { background-color: #BC3EC1; }
a { background-color: rgb(188,62,193); }
div.DivClassName
{
background-color: #BC3EC1;
}
.BgClassName
{
background-color: #BC3EC1;
}
</style>
border-color css
<style>
span { border-color: #BC3EC1; }
span { border-color: rgb(188,62,193); }
td.TdClassName
{
border-color: #BC3EC1;
}
.TagClassName
{
border-color: #BC3EC1;
}
</style>