Shades of Fuchsia #BC5CB1
Tints of Fuchsia #BC5CB1
RGB
CMYK
RGB Variations
Color information
#BC5CB1 (or 0xBC5CB1) is known color: Fuchsia. HEX triplet: BC, 5C and B1. RGB value is (188,92,177). Sum of RGB (Red+Green+Blue) = 188+92+177=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5CB1 is #43A34E. Grayscale: #828282. Windows color (decimal): -4432719 or 11623612. OLE color: 11623612.
HSL color Cylindrical-coordinate representation of color #BC5CB1: hue angle of 306.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5CB1 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 92 | 177 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.26 |
| HSL | 306.88º | 0.42% | 0.55% | - |
| HSV(B) | 306.88º | 0.51% | 0.74% | - |
| XYZ | 32.5 | 21.52 | 44.04 | - |
| YUV | 130.39 | 154.3 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 177 | 0 | 0.51 | 0.06 | 0.26 | 306.88 | 0.42 | 0.55 |
| Hex | BC | 5C | B1 | 0 | 33 | 6 | 1A | 133 | 2A | 37 |
| Octal | 274 | 134 | 261 | 0 | 63 | 6 | 32 | 463 | 52 | 67 |
| Binary | 10111100 | 1011100 | 10110001 | 0 | 110011 | 110 | 11010 | 100110011 | 101010 | 110111 |
Color Harmonies of #BC5CB1
Complementary color
Monochromatic Colors of #BC5CB1
Black with #BC5CB1
Text Example
Text Example
White with #BC5CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5CB1; }
p { color: rgb(188,92,177); }
H1.HeaderClassName
{
color: #BC5CB1;
}
.AnyTagClassName
{
color: #BC5CB1;
}
</style>
background-color css
<style>
a { background-color: #BC5CB1; }
a { background-color: rgb(188,92,177); }
div.DivClassName
{
background-color: #BC5CB1;
}
.BgClassName
{
background-color: #BC5CB1;
}
</style>
border-color css
<style>
span { border-color: #BC5CB1; }
span { border-color: rgb(188,92,177); }
td.TdClassName
{
border-color: #BC5CB1;
}
.TagClassName
{
border-color: #BC5CB1;
}
</style>