Shades of Fuchsia #BC56BB
Tints of Fuchsia #BC56BB
RGB
CMYK
RGB Variations
Color information
#BC56BB (or 0xBC56BB) is known color: Fuchsia. HEX triplet: BC, 56 and BB. RGB value is (188,86,187). Sum of RGB (Red+Green+Blue) = 188+86+187=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC56BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56BB is #43A944. Grayscale: #7F7F7F. Windows color (decimal): -4434245 or 12277436. OLE color: 12277436.
HSL color Cylindrical-coordinate representation of color #BC56BB: hue angle of 300.59º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC56BB is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 187 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.26 |
| HSL | 300.59º | 0.43% | 0.54% | - |
| HSV(B) | 300.59º | 0.54% | 0.74% | - |
| XYZ | 33.04 | 20.93 | 49.31 | - |
| YUV | 128.01 | 161.29 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 187 | 0 | 0.54 | 0.01 | 0.26 | 300.59 | 0.43 | 0.54 |
| Hex | BC | 56 | BB | 0 | 36 | 1 | 1A | 12D | 2B | 36 |
| Octal | 274 | 126 | 273 | 0 | 66 | 1 | 32 | 455 | 53 | 66 |
| Binary | 10111100 | 1010110 | 10111011 | 0 | 110110 | 1 | 11010 | 100101101 | 101011 | 110110 |
Color Harmonies of #BC56BB
Complementary color
Monochromatic Colors of #BC56BB
Black with #BC56BB
Text Example
Text Example
White with #BC56BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC56BB; }
p { color: rgb(188,86,187); }
H1.HeaderClassName
{
color: #BC56BB;
}
.AnyTagClassName
{
color: #BC56BB;
}
</style>
background-color css
<style>
a { background-color: #BC56BB; }
a { background-color: rgb(188,86,187); }
div.DivClassName
{
background-color: #BC56BB;
}
.BgClassName
{
background-color: #BC56BB;
}
</style>
border-color css
<style>
span { border-color: #BC56BB; }
span { border-color: rgb(188,86,187); }
td.TdClassName
{
border-color: #BC56BB;
}
.TagClassName
{
border-color: #BC56BB;
}
</style>