Shades of Fuchsia #BC4EC7
Tints of Fuchsia #BC4EC7
RGB
CMYK
RGB Variations
Color information
#BC4EC7 (or 0xBC4EC7) is known color: Fuchsia. HEX triplet: BC, 4E and C7. RGB value is (188,78,199). Sum of RGB (Red+Green+Blue) = 188+78+199=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC4EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4EC7 is #43B138. Grayscale: #7C7C7C. Windows color (decimal): -4436281 or 13061820. OLE color: 13061820.
HSL color Cylindrical-coordinate representation of color #BC4EC7: hue angle of 294.55º degrees, saturation: 0.52, 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 #BC4EC7 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 78 | 199 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.22 |
| HSL | 294.55º | 0.52% | 0.54% | - |
| HSV(B) | 294.55º | 0.61% | 0.78% | - |
| XYZ | 33.77 | 20.26 | 56.16 | - |
| YUV | 124.68 | 169.94 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 199 | 0.06 | 0.61 | 0 | 0.22 | 294.55 | 0.52 | 0.54 |
| Hex | BC | 4E | C7 | 6 | 3D | 0 | 16 | 127 | 34 | 36 |
| Octal | 274 | 116 | 307 | 6 | 75 | 0 | 26 | 447 | 64 | 66 |
| Binary | 10111100 | 1001110 | 11000111 | 110 | 111101 | 0 | 10110 | 100100111 | 110100 | 110110 |
Color Harmonies of #BC4EC7
Complementary color
Monochromatic Colors of #BC4EC7
Black with #BC4EC7
Text Example
Text Example
White with #BC4EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4EC7; }
p { color: rgb(188,78,199); }
H1.HeaderClassName
{
color: #BC4EC7;
}
.AnyTagClassName
{
color: #BC4EC7;
}
</style>
background-color css
<style>
a { background-color: #BC4EC7; }
a { background-color: rgb(188,78,199); }
div.DivClassName
{
background-color: #BC4EC7;
}
.BgClassName
{
background-color: #BC4EC7;
}
</style>
border-color css
<style>
span { border-color: #BC4EC7; }
span { border-color: rgb(188,78,199); }
td.TdClassName
{
border-color: #BC4EC7;
}
.TagClassName
{
border-color: #BC4EC7;
}
</style>