Shades of Fuchsia #BC55B0
Tints of Fuchsia #BC55B0
RGB
CMYK
RGB Variations
Color information
#BC55B0 (or 0xBC55B0) is known color: Fuchsia. HEX triplet: BC, 55 and B0. RGB value is (188,85,176). Sum of RGB (Red+Green+Blue) = 188+85+176=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC55B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC55B0 is #43AA4F. Grayscale: #7D7D7D. Windows color (decimal): -4434512 or 11556284. OLE color: 11556284.
HSL color Cylindrical-coordinate representation of color #BC55B0: hue angle of 306.99º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC55B0 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 176 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.26 |
| HSL | 306.99º | 0.43% | 0.54% | - |
| HSV(B) | 306.99º | 0.55% | 0.74% | - |
| XYZ | 31.82 | 20.32 | 43.32 | - |
| YUV | 126.17 | 156.12 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 176 | 0 | 0.55 | 0.06 | 0.26 | 306.99 | 0.43 | 0.54 |
| Hex | BC | 55 | B0 | 0 | 37 | 6 | 1A | 133 | 2B | 36 |
| Octal | 274 | 125 | 260 | 0 | 67 | 6 | 32 | 463 | 53 | 66 |
| Binary | 10111100 | 1010101 | 10110000 | 0 | 110111 | 110 | 11010 | 100110011 | 101011 | 110110 |
Color Harmonies of #BC55B0
Complementary color
Monochromatic Colors of #BC55B0
Black with #BC55B0
Text Example
Text Example
White with #BC55B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC55B0; }
p { color: rgb(188,85,176); }
H1.HeaderClassName
{
color: #BC55B0;
}
.AnyTagClassName
{
color: #BC55B0;
}
</style>
background-color css
<style>
a { background-color: #BC55B0; }
a { background-color: rgb(188,85,176); }
div.DivClassName
{
background-color: #BC55B0;
}
.BgClassName
{
background-color: #BC55B0;
}
</style>
border-color css
<style>
span { border-color: #BC55B0; }
span { border-color: rgb(188,85,176); }
td.TdClassName
{
border-color: #BC55B0;
}
.TagClassName
{
border-color: #BC55B0;
}
</style>