Shades of Fuchsia #BC4EC9
Tints of Fuchsia #BC4EC9
RGB
CMYK
RGB Variations
Color information
#BC4EC9 (or 0xBC4EC9) is known color: Fuchsia. HEX triplet: BC, 4E and C9. RGB value is (188,78,201). Sum of RGB (Red+Green+Blue) = 188+78+201=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC4EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4EC9 is #43B136. Grayscale: #7C7C7C. Windows color (decimal): -4436279 or 13192892. OLE color: 13192892.
HSL color Cylindrical-coordinate representation of color #BC4EC9: hue angle of 293.66º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4EC9 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 78 | 201 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.21 |
| HSL | 293.66º | 0.53% | 0.55% | - |
| HSV(B) | 293.66º | 0.61% | 0.79% | - |
| XYZ | 34.01 | 20.36 | 57.4 | - |
| YUV | 124.91 | 170.94 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 201 | 0.06 | 0.61 | 0 | 0.21 | 293.66 | 0.53 | 0.55 |
| Hex | BC | 4E | C9 | 6 | 3D | 0 | 15 | 126 | 35 | 37 |
| Octal | 274 | 116 | 311 | 6 | 75 | 0 | 25 | 446 | 65 | 67 |
| Binary | 10111100 | 1001110 | 11001001 | 110 | 111101 | 0 | 10101 | 100100110 | 110101 | 110111 |
Color Harmonies of #BC4EC9
Complementary color
Monochromatic Colors of #BC4EC9
Black with #BC4EC9
Text Example
Text Example
White with #BC4EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4EC9; }
p { color: rgb(188,78,201); }
H1.HeaderClassName
{
color: #BC4EC9;
}
.AnyTagClassName
{
color: #BC4EC9;
}
</style>
background-color css
<style>
a { background-color: #BC4EC9; }
a { background-color: rgb(188,78,201); }
div.DivClassName
{
background-color: #BC4EC9;
}
.BgClassName
{
background-color: #BC4EC9;
}
</style>
border-color css
<style>
span { border-color: #BC4EC9; }
span { border-color: rgb(188,78,201); }
td.TdClassName
{
border-color: #BC4EC9;
}
.TagClassName
{
border-color: #BC4EC9;
}
</style>