Shades of Fuchsia #BC76C0
Tints of Fuchsia #BC76C0
RGB
CMYK
RGB Variations
Color information
#BC76C0 (or 0xBC76C0) is known color: Fuchsia. HEX triplet: BC, 76 and C0. RGB value is (188,118,192). Sum of RGB (Red+Green+Blue) = 188+118+192=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC76C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76C0 is #43893F. Grayscale: #939393. Windows color (decimal): -4426048 or 12613308. OLE color: 12613308.
HSL color Cylindrical-coordinate representation of color #BC76C0: hue angle of 296.76º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC76C0 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 118 | 192 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.25 |
| HSL | 296.76º | 0.37% | 0.61% | - |
| HSV(B) | 296.76º | 0.39% | 0.75% | - |
| XYZ | 36.73 | 27.45 | 53.23 | - |
| YUV | 147.37 | 153.19 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 192 | 0.02 | 0.39 | 0 | 0.25 | 296.76 | 0.37 | 0.61 |
| Hex | BC | 76 | C0 | 2 | 27 | 0 | 19 | 129 | 25 | 3D |
| Octal | 274 | 166 | 300 | 2 | 47 | 0 | 31 | 451 | 45 | 75 |
| Binary | 10111100 | 1110110 | 11000000 | 10 | 100111 | 0 | 11001 | 100101001 | 100101 | 111101 |
Color Harmonies of #BC76C0
Complementary color
Monochromatic Colors of #BC76C0
Black with #BC76C0
Text Example
Text Example
White with #BC76C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76C0; }
p { color: rgb(188,118,192); }
H1.HeaderClassName
{
color: #BC76C0;
}
.AnyTagClassName
{
color: #BC76C0;
}
</style>
background-color css
<style>
a { background-color: #BC76C0; }
a { background-color: rgb(188,118,192); }
div.DivClassName
{
background-color: #BC76C0;
}
.BgClassName
{
background-color: #BC76C0;
}
</style>
border-color css
<style>
span { border-color: #BC76C0; }
span { border-color: rgb(188,118,192); }
td.TdClassName
{
border-color: #BC76C0;
}
.TagClassName
{
border-color: #BC76C0;
}
</style>