Shades of Fuchsia #BC77C1
Tints of Fuchsia #BC77C1
RGB
CMYK
RGB Variations
Color information
#BC77C1 (or 0xBC77C1) is known color: Fuchsia. HEX triplet: BC, 77 and C1. RGB value is (188,119,193). Sum of RGB (Red+Green+Blue) = 188+119+193=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC77C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77C1 is #43883E. Grayscale: #939393. Windows color (decimal): -4425791 or 12679100. OLE color: 12679100.
HSL color Cylindrical-coordinate representation of color #BC77C1: hue angle of 295.95º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC77C1 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 119 | 193 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.24 |
| HSL | 295.95º | 0.37% | 0.61% | - |
| HSV(B) | 295.95º | 0.38% | 0.76% | - |
| XYZ | 36.96 | 27.74 | 53.86 | - |
| YUV | 148.07 | 153.36 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 193 | 0.03 | 0.38 | 0 | 0.24 | 295.95 | 0.37 | 0.61 |
| Hex | BC | 77 | C1 | 3 | 26 | 0 | 18 | 128 | 25 | 3D |
| Octal | 274 | 167 | 301 | 3 | 46 | 0 | 30 | 450 | 45 | 75 |
| Binary | 10111100 | 1110111 | 11000001 | 11 | 100110 | 0 | 11000 | 100101000 | 100101 | 111101 |
Color Harmonies of #BC77C1
Complementary color
Monochromatic Colors of #BC77C1
Black with #BC77C1
Text Example
Text Example
White with #BC77C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC77C1; }
p { color: rgb(188,119,193); }
H1.HeaderClassName
{
color: #BC77C1;
}
.AnyTagClassName
{
color: #BC77C1;
}
</style>
background-color css
<style>
a { background-color: #BC77C1; }
a { background-color: rgb(188,119,193); }
div.DivClassName
{
background-color: #BC77C1;
}
.BgClassName
{
background-color: #BC77C1;
}
</style>
border-color css
<style>
span { border-color: #BC77C1; }
span { border-color: rgb(188,119,193); }
td.TdClassName
{
border-color: #BC77C1;
}
.TagClassName
{
border-color: #BC77C1;
}
</style>