Shades of Fuchsia #BC4EC4
Tints of Fuchsia #BC4EC4
RGB
CMYK
RGB Variations
Color information
#BC4EC4 (or 0xBC4EC4) is known color: Fuchsia. HEX triplet: BC, 4E and C4. RGB value is (188,78,196). Sum of RGB (Red+Green+Blue) = 188+78+196=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC4EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4EC4 is #43B13B. Grayscale: #7B7B7B. Windows color (decimal): -4436284 or 12865212. OLE color: 12865212.
HSL color Cylindrical-coordinate representation of color #BC4EC4: hue angle of 295.93º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4EC4 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 78 | 196 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.23 |
| HSL | 295.93º | 0.5% | 0.54% | - |
| HSV(B) | 295.93º | 0.6% | 0.77% | - |
| XYZ | 33.43 | 20.13 | 54.35 | - |
| YUV | 124.34 | 168.44 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 196 | 0.04 | 0.60 | 0 | 0.23 | 295.93 | 0.5 | 0.54 |
| Hex | BC | 4E | C4 | 4 | 3C | 0 | 17 | 128 | 32 | 36 |
| Octal | 274 | 116 | 304 | 4 | 74 | 0 | 27 | 450 | 62 | 66 |
| Binary | 10111100 | 1001110 | 11000100 | 100 | 111100 | 0 | 10111 | 100101000 | 110010 | 110110 |
Color Harmonies of #BC4EC4
Complementary color
Monochromatic Colors of #BC4EC4
Black with #BC4EC4
Text Example
Text Example
White with #BC4EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4EC4; }
p { color: rgb(188,78,196); }
H1.HeaderClassName
{
color: #BC4EC4;
}
.AnyTagClassName
{
color: #BC4EC4;
}
</style>
background-color css
<style>
a { background-color: #BC4EC4; }
a { background-color: rgb(188,78,196); }
div.DivClassName
{
background-color: #BC4EC4;
}
.BgClassName
{
background-color: #BC4EC4;
}
</style>
border-color css
<style>
span { border-color: #BC4EC4; }
span { border-color: rgb(188,78,196); }
td.TdClassName
{
border-color: #BC4EC4;
}
.TagClassName
{
border-color: #BC4EC4;
}
</style>