Shades of Fuchsia #BC37B7
Tints of Fuchsia #BC37B7
RGB
CMYK
RGB Variations
Color information
#BC37B7 (or 0xBC37B7) is known color: Fuchsia. HEX triplet: BC, 37 and B7. RGB value is (188,55,183). Sum of RGB (Red+Green+Blue) = 188+55+183=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC37B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC37B7 is #43C848. Grayscale: #6C6C6C. Windows color (decimal): -4442185 or 12007356. OLE color: 12007356.
HSL color Cylindrical-coordinate representation of color #BC37B7: hue angle of 302.26º 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 #BC37B7 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 183 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.26 |
| HSL | 302.26º | 0.55% | 0.48% | - |
| HSV(B) | 302.26º | 0.71% | 0.74% | - |
| XYZ | 30.65 | 16.84 | 46.44 | - |
| YUV | 109.36 | 169.56 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 183 | 0 | 0.71 | 0.03 | 0.26 | 302.26 | 0.55 | 0.48 |
| Hex | BC | 37 | B7 | 0 | 47 | 3 | 1A | 12E | 37 | 30 |
| Octal | 274 | 67 | 267 | 0 | 107 | 3 | 32 | 456 | 67 | 60 |
| Binary | 10111100 | 110111 | 10110111 | 0 | 1000111 | 11 | 11010 | 100101110 | 110111 | 110000 |
Color Harmonies of #BC37B7
Complementary color
Monochromatic Colors of #BC37B7
Black with #BC37B7
Text Example
Text Example
White with #BC37B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC37B7; }
p { color: rgb(188,55,183); }
H1.HeaderClassName
{
color: #BC37B7;
}
.AnyTagClassName
{
color: #BC37B7;
}
</style>
background-color css
<style>
a { background-color: #BC37B7; }
a { background-color: rgb(188,55,183); }
div.DivClassName
{
background-color: #BC37B7;
}
.BgClassName
{
background-color: #BC37B7;
}
</style>
border-color css
<style>
span { border-color: #BC37B7; }
span { border-color: rgb(188,55,183); }
td.TdClassName
{
border-color: #BC37B7;
}
.TagClassName
{
border-color: #BC37B7;
}
</style>