Shades of Fuchsia #BC37B2
Tints of Fuchsia #BC37B2
RGB
CMYK
RGB Variations
Color information
#BC37B2 (or 0xBC37B2) is known color: Fuchsia. HEX triplet: BC, 37 and B2. RGB value is (188,55,178). Sum of RGB (Red+Green+Blue) = 188+55+178=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 55 (21.88% from 255 or 13.06% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC37B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC37B2 is #43C84D. Grayscale: #6C6C6C. Windows color (decimal): -4442190 or 11679676. OLE color: 11679676.
HSL color Cylindrical-coordinate representation of color #BC37B2: hue angle of 304.51º 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 #BC37B2 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 178 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.26 |
| HSL | 304.51º | 0.55% | 0.48% | - |
| HSV(B) | 304.51º | 0.71% | 0.74% | - |
| XYZ | 30.14 | 16.64 | 43.74 | - |
| YUV | 108.79 | 167.06 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 178 | 0 | 0.71 | 0.05 | 0.26 | 304.51 | 0.55 | 0.48 |
| Hex | BC | 37 | B2 | 0 | 47 | 5 | 1A | 131 | 37 | 30 |
| Octal | 274 | 67 | 262 | 0 | 107 | 5 | 32 | 461 | 67 | 60 |
| Binary | 10111100 | 110111 | 10110010 | 0 | 1000111 | 101 | 11010 | 100110001 | 110111 | 110000 |
Color Harmonies of #BC37B2
Complementary color
Monochromatic Colors of #BC37B2
Black with #BC37B2
Text Example
Text Example
White with #BC37B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC37B2; }
p { color: rgb(188,55,178); }
H1.HeaderClassName
{
color: #BC37B2;
}
.AnyTagClassName
{
color: #BC37B2;
}
</style>
background-color css
<style>
a { background-color: #BC37B2; }
a { background-color: rgb(188,55,178); }
div.DivClassName
{
background-color: #BC37B2;
}
.BgClassName
{
background-color: #BC37B2;
}
</style>
border-color css
<style>
span { border-color: #BC37B2; }
span { border-color: rgb(188,55,178); }
td.TdClassName
{
border-color: #BC37B2;
}
.TagClassName
{
border-color: #BC37B2;
}
</style>