Shades of Fuchsia #BC4EC8
Tints of Fuchsia #BC4EC8
RGB
CMYK
RGB Variations
Color information
#BC4EC8 (or 0xBC4EC8) is known color: Fuchsia. HEX triplet: BC, 4E and C8. RGB value is (188,78,200). Sum of RGB (Red+Green+Blue) = 188+78+200=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC4EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4EC8 is #43B137. Grayscale: #7C7C7C. Windows color (decimal): -4436280 or 13127356. OLE color: 13127356.
HSL color Cylindrical-coordinate representation of color #BC4EC8: hue angle of 294.1º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4EC8 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 78 | 200 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.22 |
| HSL | 294.1º | 0.53% | 0.55% | - |
| HSV(B) | 294.1º | 0.61% | 0.78% | - |
| XYZ | 33.89 | 20.31 | 56.78 | - |
| YUV | 124.8 | 170.44 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 200 | 0.06 | 0.61 | 0 | 0.22 | 294.1 | 0.53 | 0.55 |
| Hex | BC | 4E | C8 | 6 | 3D | 0 | 16 | 126 | 35 | 37 |
| Octal | 274 | 116 | 310 | 6 | 75 | 0 | 26 | 446 | 65 | 67 |
| Binary | 10111100 | 1001110 | 11001000 | 110 | 111101 | 0 | 10110 | 100100110 | 110101 | 110111 |
Color Harmonies of #BC4EC8
Complementary color
Monochromatic Colors of #BC4EC8
Black with #BC4EC8
Text Example
Text Example
White with #BC4EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4EC8; }
p { color: rgb(188,78,200); }
H1.HeaderClassName
{
color: #BC4EC8;
}
.AnyTagClassName
{
color: #BC4EC8;
}
</style>
background-color css
<style>
a { background-color: #BC4EC8; }
a { background-color: rgb(188,78,200); }
div.DivClassName
{
background-color: #BC4EC8;
}
.BgClassName
{
background-color: #BC4EC8;
}
</style>
border-color css
<style>
span { border-color: #BC4EC8; }
span { border-color: rgb(188,78,200); }
td.TdClassName
{
border-color: #BC4EC8;
}
.TagClassName
{
border-color: #BC4EC8;
}
</style>