Shades of Fuchsia #BC77BB
Tints of Fuchsia #BC77BB
RGB
CMYK
RGB Variations
Color information
#BC77BB (or 0xBC77BB) is known color: Fuchsia. HEX triplet: BC, 77 and BB. RGB value is (188,119,187). Sum of RGB (Red+Green+Blue) = 188+119+187=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC77BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77BB is #438844. Grayscale: #939393. Windows color (decimal): -4425797 or 12285884. OLE color: 12285884.
HSL color Cylindrical-coordinate representation of color #BC77BB: hue angle of 300.87º 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 #BC77BB is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 187 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.26 |
| HSL | 300.87º | 0.34% | 0.6% | - |
| HSV(B) | 300.87º | 0.37% | 0.74% | - |
| XYZ | 36.31 | 27.47 | 50.4 | - |
| YUV | 147.38 | 150.36 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 187 | 0 | 0.37 | 0.01 | 0.26 | 300.87 | 0.34 | 0.6 |
| Hex | BC | 77 | BB | 0 | 25 | 1 | 1A | 12D | 22 | 3C |
| Octal | 274 | 167 | 273 | 0 | 45 | 1 | 32 | 455 | 42 | 74 |
| Binary | 10111100 | 1110111 | 10111011 | 0 | 100101 | 1 | 11010 | 100101101 | 100010 | 111100 |
Color Harmonies of #BC77BB
Complementary color
Monochromatic Colors of #BC77BB
Black with #BC77BB
Text Example
Text Example
White with #BC77BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC77BB; }
p { color: rgb(188,119,187); }
H1.HeaderClassName
{
color: #BC77BB;
}
.AnyTagClassName
{
color: #BC77BB;
}
</style>
background-color css
<style>
a { background-color: #BC77BB; }
a { background-color: rgb(188,119,187); }
div.DivClassName
{
background-color: #BC77BB;
}
.BgClassName
{
background-color: #BC77BB;
}
</style>
border-color css
<style>
span { border-color: #BC77BB; }
span { border-color: rgb(188,119,187); }
td.TdClassName
{
border-color: #BC77BB;
}
.TagClassName
{
border-color: #BC77BB;
}
</style>