Shades of Fuchsia #BC57B0
Tints of Fuchsia #BC57B0
RGB
CMYK
RGB Variations
Color information
#BC57B0 (or 0xBC57B0) is known color: Fuchsia. HEX triplet: BC, 57 and B0. RGB value is (188,87,176). Sum of RGB (Red+Green+Blue) = 188+87+176=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC57B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC57B0 is #43A84F. Grayscale: #7F7F7F. Windows color (decimal): -4434000 or 11556796. OLE color: 11556796.
HSL color Cylindrical-coordinate representation of color #BC57B0: hue angle of 307.13º 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 #BC57B0 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 176 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.26 |
| HSL | 307.13º | 0.43% | 0.54% | - |
| HSV(B) | 307.13º | 0.54% | 0.74% | - |
| XYZ | 31.98 | 20.64 | 43.37 | - |
| YUV | 127.35 | 155.46 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 176 | 0 | 0.54 | 0.06 | 0.26 | 307.13 | 0.43 | 0.54 |
| Hex | BC | 57 | B0 | 0 | 36 | 6 | 1A | 133 | 2B | 36 |
| Octal | 274 | 127 | 260 | 0 | 66 | 6 | 32 | 463 | 53 | 66 |
| Binary | 10111100 | 1010111 | 10110000 | 0 | 110110 | 110 | 11010 | 100110011 | 101011 | 110110 |
Color Harmonies of #BC57B0
Complementary color
Monochromatic Colors of #BC57B0
Black with #BC57B0
Text Example
Text Example
White with #BC57B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC57B0; }
p { color: rgb(188,87,176); }
H1.HeaderClassName
{
color: #BC57B0;
}
.AnyTagClassName
{
color: #BC57B0;
}
</style>
background-color css
<style>
a { background-color: #BC57B0; }
a { background-color: rgb(188,87,176); }
div.DivClassName
{
background-color: #BC57B0;
}
.BgClassName
{
background-color: #BC57B0;
}
</style>
border-color css
<style>
span { border-color: #BC57B0; }
span { border-color: rgb(188,87,176); }
td.TdClassName
{
border-color: #BC57B0;
}
.TagClassName
{
border-color: #BC57B0;
}
</style>