Shades of Fuchsia #BC4EC6
Tints of Fuchsia #BC4EC6
RGB
CMYK
RGB Variations
Color information
#BC4EC6 (or 0xBC4EC6) is known color: Fuchsia. HEX triplet: BC, 4E and C6. RGB value is (188,78,198). Sum of RGB (Red+Green+Blue) = 188+78+198=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC4EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4EC6 is #43B139. Grayscale: #7C7C7C. Windows color (decimal): -4436282 or 12996284. OLE color: 12996284.
HSL color Cylindrical-coordinate representation of color #BC4EC6: hue angle of 295º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4EC6 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 78 | 198 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.22 |
| HSL | 295º | 0.51% | 0.54% | - |
| HSV(B) | 295º | 0.61% | 0.78% | - |
| XYZ | 33.66 | 20.22 | 55.55 | - |
| YUV | 124.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 198 | 0.05 | 0.61 | 0 | 0.22 | 295 | 0.51 | 0.54 |
| Hex | BC | 4E | C6 | 5 | 3D | 0 | 16 | 127 | 33 | 36 |
| Octal | 274 | 116 | 306 | 5 | 75 | 0 | 26 | 447 | 63 | 66 |
| Binary | 10111100 | 1001110 | 11000110 | 101 | 111101 | 0 | 10110 | 100100111 | 110011 | 110110 |
Color Harmonies of #BC4EC6
Complementary color
Monochromatic Colors of #BC4EC6
Black with #BC4EC6
Text Example
Text Example
White with #BC4EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4EC6; }
p { color: rgb(188,78,198); }
H1.HeaderClassName
{
color: #BC4EC6;
}
.AnyTagClassName
{
color: #BC4EC6;
}
</style>
background-color css
<style>
a { background-color: #BC4EC6; }
a { background-color: rgb(188,78,198); }
div.DivClassName
{
background-color: #BC4EC6;
}
.BgClassName
{
background-color: #BC4EC6;
}
</style>
border-color css
<style>
span { border-color: #BC4EC6; }
span { border-color: rgb(188,78,198); }
td.TdClassName
{
border-color: #BC4EC6;
}
.TagClassName
{
border-color: #BC4EC6;
}
</style>