Shades of Fuchsia #BC76C1
Tints of Fuchsia #BC76C1
RGB
CMYK
RGB Variations
Color information
#BC76C1 (or 0xBC76C1) is known color: Fuchsia. HEX triplet: BC, 76 and C1. RGB value is (188,118,193). Sum of RGB (Red+Green+Blue) = 188+118+193=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC76C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76C1 is #43893E. Grayscale: #939393. Windows color (decimal): -4426047 or 12678844. OLE color: 12678844.
HSL color Cylindrical-coordinate representation of color #BC76C1: hue angle of 296º 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 #BC76C1 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 118 | 193 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.24 |
| HSL | 296º | 0.38% | 0.61% | - |
| HSV(B) | 296º | 0.39% | 0.76% | - |
| XYZ | 36.84 | 27.5 | 53.82 | - |
| YUV | 147.48 | 153.69 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 193 | 0.03 | 0.39 | 0 | 0.24 | 296 | 0.38 | 0.61 |
| Hex | BC | 76 | C1 | 3 | 27 | 0 | 18 | 128 | 26 | 3D |
| Octal | 274 | 166 | 301 | 3 | 47 | 0 | 30 | 450 | 46 | 75 |
| Binary | 10111100 | 1110110 | 11000001 | 11 | 100111 | 0 | 11000 | 100101000 | 100110 | 111101 |
Color Harmonies of #BC76C1
Complementary color
Monochromatic Colors of #BC76C1
Black with #BC76C1
Text Example
Text Example
White with #BC76C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76C1; }
p { color: rgb(188,118,193); }
H1.HeaderClassName
{
color: #BC76C1;
}
.AnyTagClassName
{
color: #BC76C1;
}
</style>
background-color css
<style>
a { background-color: #BC76C1; }
a { background-color: rgb(188,118,193); }
div.DivClassName
{
background-color: #BC76C1;
}
.BgClassName
{
background-color: #BC76C1;
}
</style>
border-color css
<style>
span { border-color: #BC76C1; }
span { border-color: rgb(188,118,193); }
td.TdClassName
{
border-color: #BC76C1;
}
.TagClassName
{
border-color: #BC76C1;
}
</style>