Shades of Fuchsia #BC4EB8
Tints of Fuchsia #BC4EB8
RGB
CMYK
RGB Variations
Color information
#BC4EB8 (or 0xBC4EB8) is known color: Fuchsia. HEX triplet: BC, 4E and B8. RGB value is (188,78,184). Sum of RGB (Red+Green+Blue) = 188+78+184=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4EB8 is #43B147. Grayscale: #7A7A7A. Windows color (decimal): -4436296 or 12078780. OLE color: 12078780.
HSL color Cylindrical-coordinate representation of color #BC4EB8: hue angle of 302.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4EB8 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 78 | 184 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.26 |
| HSL | 302.18º | 0.45% | 0.52% | - |
| HSV(B) | 302.18º | 0.59% | 0.74% | - |
| XYZ | 32.12 | 19.6 | 47.44 | - |
| YUV | 122.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 184 | 0 | 0.59 | 0.02 | 0.26 | 302.18 | 0.45 | 0.52 |
| Hex | BC | 4E | B8 | 0 | 3B | 2 | 1A | 12E | 2D | 34 |
| Octal | 274 | 116 | 270 | 0 | 73 | 2 | 32 | 456 | 55 | 64 |
| Binary | 10111100 | 1001110 | 10111000 | 0 | 111011 | 10 | 11010 | 100101110 | 101101 | 110100 |
Color Harmonies of #BC4EB8
Complementary color
Monochromatic Colors of #BC4EB8
Black with #BC4EB8
Text Example
Text Example
White with #BC4EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4EB8; }
p { color: rgb(188,78,184); }
H1.HeaderClassName
{
color: #BC4EB8;
}
.AnyTagClassName
{
color: #BC4EB8;
}
</style>
background-color css
<style>
a { background-color: #BC4EB8; }
a { background-color: rgb(188,78,184); }
div.DivClassName
{
background-color: #BC4EB8;
}
.BgClassName
{
background-color: #BC4EB8;
}
</style>
border-color css
<style>
span { border-color: #BC4EB8; }
span { border-color: rgb(188,78,184); }
td.TdClassName
{
border-color: #BC4EB8;
}
.TagClassName
{
border-color: #BC4EB8;
}
</style>