Shades of Fuchsia #BC76C2
Tints of Fuchsia #BC76C2
RGB
CMYK
RGB Variations
Color information
#BC76C2 (or 0xBC76C2) is known color: Fuchsia. HEX triplet: BC, 76 and C2. RGB value is (188,118,194). Sum of RGB (Red+Green+Blue) = 188+118+194=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC76C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76C2 is #43893D. Grayscale: #939393. Windows color (decimal): -4426046 or 12744380. OLE color: 12744380.
HSL color Cylindrical-coordinate representation of color #BC76C2: hue angle of 295.26º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC76C2 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 118 | 194 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.24 |
| HSL | 295.26º | 0.38% | 0.61% | - |
| HSV(B) | 295.26º | 0.39% | 0.76% | - |
| XYZ | 36.96 | 27.54 | 54.41 | - |
| YUV | 147.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 194 | 0.03 | 0.39 | 0 | 0.24 | 295.26 | 0.38 | 0.61 |
| Hex | BC | 76 | C2 | 3 | 27 | 0 | 18 | 127 | 26 | 3D |
| Octal | 274 | 166 | 302 | 3 | 47 | 0 | 30 | 447 | 46 | 75 |
| Binary | 10111100 | 1110110 | 11000010 | 11 | 100111 | 0 | 11000 | 100100111 | 100110 | 111101 |
Color Harmonies of #BC76C2
Complementary color
Monochromatic Colors of #BC76C2
Black with #BC76C2
Text Example
Text Example
White with #BC76C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76C2; }
p { color: rgb(188,118,194); }
H1.HeaderClassName
{
color: #BC76C2;
}
.AnyTagClassName
{
color: #BC76C2;
}
</style>
background-color css
<style>
a { background-color: #BC76C2; }
a { background-color: rgb(188,118,194); }
div.DivClassName
{
background-color: #BC76C2;
}
.BgClassName
{
background-color: #BC76C2;
}
</style>
border-color css
<style>
span { border-color: #BC76C2; }
span { border-color: rgb(188,118,194); }
td.TdClassName
{
border-color: #BC76C2;
}
.TagClassName
{
border-color: #BC76C2;
}
</style>