Shades of Fuchsia #BC2EC1
Tints of Fuchsia #BC2EC1
RGB
CMYK
RGB Variations
Color information
#BC2EC1 (or 0xBC2EC1) is known color: Fuchsia. HEX triplet: BC, 2E and C1. RGB value is (188,46,193). Sum of RGB (Red+Green+Blue) = 188+46+193=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC2EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2EC1 is #43D13E. Grayscale: #686868. Windows color (decimal): -4444479 or 12660412. OLE color: 12660412.
HSL color Cylindrical-coordinate representation of color #BC2EC1: hue angle of 297.96º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2EC1 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 46 | 193 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.24 |
| HSL | 297.96º | 0.62% | 0.47% | - |
| HSV(B) | 297.96º | 0.76% | 0.76% | - |
| XYZ | 31.34 | 16.5 | 51.98 | - |
| YUV | 105.22 | 177.54 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 193 | 0.03 | 0.76 | 0 | 0.24 | 297.96 | 0.62 | 0.47 |
| Hex | BC | 2E | C1 | 3 | 4C | 0 | 18 | 12A | 3E | 2F |
| Octal | 274 | 56 | 301 | 3 | 114 | 0 | 30 | 452 | 76 | 57 |
| Binary | 10111100 | 101110 | 11000001 | 11 | 1001100 | 0 | 11000 | 100101010 | 111110 | 101111 |
Color Harmonies of #BC2EC1
Complementary color
Monochromatic Colors of #BC2EC1
Black with #BC2EC1
Text Example
Text Example
White with #BC2EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2EC1; }
p { color: rgb(188,46,193); }
H1.HeaderClassName
{
color: #BC2EC1;
}
.AnyTagClassName
{
color: #BC2EC1;
}
</style>
background-color css
<style>
a { background-color: #BC2EC1; }
a { background-color: rgb(188,46,193); }
div.DivClassName
{
background-color: #BC2EC1;
}
.BgClassName
{
background-color: #BC2EC1;
}
</style>
border-color css
<style>
span { border-color: #BC2EC1; }
span { border-color: rgb(188,46,193); }
td.TdClassName
{
border-color: #BC2EC1;
}
.TagClassName
{
border-color: #BC2EC1;
}
</style>