Shades of Fuchsia #BC76C4
Tints of Fuchsia #BC76C4
RGB
CMYK
RGB Variations
Color information
#BC76C4 (or 0xBC76C4) is known color: Fuchsia. HEX triplet: BC, 76 and C4. RGB value is (188,118,196). Sum of RGB (Red+Green+Blue) = 188+118+196=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 196 (76.95% from 255 or 39.04% from 502); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC76C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76C4 is #43893B. Grayscale: #939393. Windows color (decimal): -4426044 or 12875452. OLE color: 12875452.
HSL color Cylindrical-coordinate representation of color #BC76C4: hue angle of 293.85º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC76C4 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 118 | 196 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.23 |
| HSL | 293.85º | 0.4% | 0.62% | - |
| HSV(B) | 293.85º | 0.4% | 0.77% | - |
| XYZ | 37.18 | 27.63 | 55.6 | - |
| YUV | 147.82 | 155.19 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 196 | 0.04 | 0.40 | 0 | 0.23 | 293.85 | 0.4 | 0.62 |
| Hex | BC | 76 | C4 | 4 | 28 | 0 | 17 | 126 | 28 | 3E |
| Octal | 274 | 166 | 304 | 4 | 50 | 0 | 27 | 446 | 50 | 76 |
| Binary | 10111100 | 1110110 | 11000100 | 100 | 101000 | 0 | 10111 | 100100110 | 101000 | 111110 |
Color Harmonies of #BC76C4
Complementary color
Monochromatic Colors of #BC76C4
Black with #BC76C4
Text Example
Text Example
White with #BC76C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76C4; }
p { color: rgb(188,118,196); }
H1.HeaderClassName
{
color: #BC76C4;
}
.AnyTagClassName
{
color: #BC76C4;
}
</style>
background-color css
<style>
a { background-color: #BC76C4; }
a { background-color: rgb(188,118,196); }
div.DivClassName
{
background-color: #BC76C4;
}
.BgClassName
{
background-color: #BC76C4;
}
</style>
border-color css
<style>
span { border-color: #BC76C4; }
span { border-color: rgb(188,118,196); }
td.TdClassName
{
border-color: #BC76C4;
}
.TagClassName
{
border-color: #BC76C4;
}
</style>