Shades of Fuchsia #BC37B5
Tints of Fuchsia #BC37B5
RGB
CMYK
RGB Variations
Color information
#BC37B5 (or 0xBC37B5) is known color: Fuchsia. HEX triplet: BC, 37 and B5. RGB value is (188,55,181). Sum of RGB (Red+Green+Blue) = 188+55+181=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC37B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC37B5 is #43C84A. Grayscale: #6C6C6C. Windows color (decimal): -4442187 or 11876284. OLE color: 11876284.
HSL color Cylindrical-coordinate representation of color #BC37B5: hue angle of 303.16º 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 #BC37B5 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 181 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.26 |
| HSL | 303.16º | 0.55% | 0.48% | - |
| HSV(B) | 303.16º | 0.71% | 0.74% | - |
| XYZ | 30.45 | 16.76 | 45.35 | - |
| YUV | 109.13 | 168.56 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 181 | 0 | 0.71 | 0.04 | 0.26 | 303.16 | 0.55 | 0.48 |
| Hex | BC | 37 | B5 | 0 | 47 | 4 | 1A | 12F | 37 | 30 |
| Octal | 274 | 67 | 265 | 0 | 107 | 4 | 32 | 457 | 67 | 60 |
| Binary | 10111100 | 110111 | 10110101 | 0 | 1000111 | 100 | 11010 | 100101111 | 110111 | 110000 |
Color Harmonies of #BC37B5
Complementary color
Monochromatic Colors of #BC37B5
Black with #BC37B5
Text Example
Text Example
White with #BC37B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC37B5; }
p { color: rgb(188,55,181); }
H1.HeaderClassName
{
color: #BC37B5;
}
.AnyTagClassName
{
color: #BC37B5;
}
</style>
background-color css
<style>
a { background-color: #BC37B5; }
a { background-color: rgb(188,55,181); }
div.DivClassName
{
background-color: #BC37B5;
}
.BgClassName
{
background-color: #BC37B5;
}
</style>
border-color css
<style>
span { border-color: #BC37B5; }
span { border-color: rgb(188,55,181); }
td.TdClassName
{
border-color: #BC37B5;
}
.TagClassName
{
border-color: #BC37B5;
}
</style>