Shades of Fuchsia #BC37B0
Tints of Fuchsia #BC37B0
RGB
CMYK
RGB Variations
Color information
#BC37B0 (or 0xBC37B0) is known color: Fuchsia. HEX triplet: BC, 37 and B0. RGB value is (188,55,176). Sum of RGB (Red+Green+Blue) = 188+55+176=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC37B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC37B0 is #43C84F. Grayscale: #6C6C6C. Windows color (decimal): -4442192 or 11548604. OLE color: 11548604.
HSL color Cylindrical-coordinate representation of color #BC37B0: hue angle of 305.41º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC37B0 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 176 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.26 |
| HSL | 305.41º | 0.55% | 0.48% | - |
| HSV(B) | 305.41º | 0.71% | 0.74% | - |
| XYZ | 29.94 | 16.56 | 42.69 | - |
| YUV | 108.56 | 166.06 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 176 | 0 | 0.71 | 0.06 | 0.26 | 305.41 | 0.55 | 0.48 |
| Hex | BC | 37 | B0 | 0 | 47 | 6 | 1A | 131 | 37 | 30 |
| Octal | 274 | 67 | 260 | 0 | 107 | 6 | 32 | 461 | 67 | 60 |
| Binary | 10111100 | 110111 | 10110000 | 0 | 1000111 | 110 | 11010 | 100110001 | 110111 | 110000 |
Color Harmonies of #BC37B0
Complementary color
Monochromatic Colors of #BC37B0
Black with #BC37B0
Text Example
Text Example
White with #BC37B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC37B0; }
p { color: rgb(188,55,176); }
H1.HeaderClassName
{
color: #BC37B0;
}
.AnyTagClassName
{
color: #BC37B0;
}
</style>
background-color css
<style>
a { background-color: #BC37B0; }
a { background-color: rgb(188,55,176); }
div.DivClassName
{
background-color: #BC37B0;
}
.BgClassName
{
background-color: #BC37B0;
}
</style>
border-color css
<style>
span { border-color: #BC37B0; }
span { border-color: rgb(188,55,176); }
td.TdClassName
{
border-color: #BC37B0;
}
.TagClassName
{
border-color: #BC37B0;
}
</style>