Shades of Fuchsia #BC76BB
Tints of Fuchsia #BC76BB
RGB
CMYK
RGB Variations
Color information
#BC76BB (or 0xBC76BB) is known color: Fuchsia. HEX triplet: BC, 76 and BB. RGB value is (188,118,187). Sum of RGB (Red+Green+Blue) = 188+118+187=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BC76BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76BB is #438944. Grayscale: #929292. Windows color (decimal): -4426053 or 12285628. OLE color: 12285628.
HSL color Cylindrical-coordinate representation of color #BC76BB: hue angle of 300.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC76BB is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 187 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.26 |
| HSL | 300.86º | 0.34% | 0.6% | - |
| HSV(B) | 300.86º | 0.37% | 0.74% | - |
| XYZ | 36.19 | 27.24 | 50.36 | - |
| YUV | 146.8 | 150.69 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 187 | 0 | 0.37 | 0.01 | 0.26 | 300.86 | 0.34 | 0.6 |
| Hex | BC | 76 | BB | 0 | 25 | 1 | 1A | 12D | 22 | 3C |
| Octal | 274 | 166 | 273 | 0 | 45 | 1 | 32 | 455 | 42 | 74 |
| Binary | 10111100 | 1110110 | 10111011 | 0 | 100101 | 1 | 11010 | 100101101 | 100010 | 111100 |
Color Harmonies of #BC76BB
Complementary color
Monochromatic Colors of #BC76BB
Black with #BC76BB
Text Example
Text Example
White with #BC76BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76BB; }
p { color: rgb(188,118,187); }
H1.HeaderClassName
{
color: #BC76BB;
}
.AnyTagClassName
{
color: #BC76BB;
}
</style>
background-color css
<style>
a { background-color: #BC76BB; }
a { background-color: rgb(188,118,187); }
div.DivClassName
{
background-color: #BC76BB;
}
.BgClassName
{
background-color: #BC76BB;
}
</style>
border-color css
<style>
span { border-color: #BC76BB; }
span { border-color: rgb(188,118,187); }
td.TdClassName
{
border-color: #BC76BB;
}
.TagClassName
{
border-color: #BC76BB;
}
</style>