Shades of Fuchsia #BC3EC4
Tints of Fuchsia #BC3EC4
RGB
CMYK
RGB Variations
Color information
#BC3EC4 (or 0xBC3EC4) is known color: Fuchsia. HEX triplet: BC, 3E and C4. RGB value is (188,62,196). Sum of RGB (Red+Green+Blue) = 188+62+196=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 62 (24.61% from 255 or 13.90% from 446); Blue value is 196 (76.95% from 255 or 43.95% from 446); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC3EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3EC4 is #43C13B. Grayscale: #727272. Windows color (decimal): -4440380 or 12861116. OLE color: 12861116.
HSL color Cylindrical-coordinate representation of color #BC3EC4: hue angle of 296.42º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3EC4 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 62 | 196 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.23 |
| HSL | 296.42º | 0.53% | 0.51% | - |
| HSV(B) | 296.42º | 0.68% | 0.77% | - |
| XYZ | 32.43 | 18.12 | 54.01 | - |
| YUV | 114.95 | 173.74 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 196 | 0.04 | 0.68 | 0 | 0.23 | 296.42 | 0.53 | 0.51 |
| Hex | BC | 3E | C4 | 4 | 44 | 0 | 17 | 128 | 35 | 33 |
| Octal | 274 | 76 | 304 | 4 | 104 | 0 | 27 | 450 | 65 | 63 |
| Binary | 10111100 | 111110 | 11000100 | 100 | 1000100 | 0 | 10111 | 100101000 | 110101 | 110011 |
Color Harmonies of #BC3EC4
Complementary color
Monochromatic Colors of #BC3EC4
Black with #BC3EC4
Text Example
Text Example
White with #BC3EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3EC4; }
p { color: rgb(188,62,196); }
H1.HeaderClassName
{
color: #BC3EC4;
}
.AnyTagClassName
{
color: #BC3EC4;
}
</style>
background-color css
<style>
a { background-color: #BC3EC4; }
a { background-color: rgb(188,62,196); }
div.DivClassName
{
background-color: #BC3EC4;
}
.BgClassName
{
background-color: #BC3EC4;
}
</style>
border-color css
<style>
span { border-color: #BC3EC4; }
span { border-color: rgb(188,62,196); }
td.TdClassName
{
border-color: #BC3EC4;
}
.TagClassName
{
border-color: #BC3EC4;
}
</style>