Shades of Fuchsia #BC37B9
Tints of Fuchsia #BC37B9
RGB
CMYK
RGB Variations
Color information
#BC37B9 (or 0xBC37B9) is known color: Fuchsia. HEX triplet: BC, 37 and B9. RGB value is (188,55,185). Sum of RGB (Red+Green+Blue) = 188+55+185=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 55 (21.88% from 255 or 12.85% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC37B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC37B9 is #43C846. Grayscale: #6D6D6D. Windows color (decimal): -4442183 or 12138428. OLE color: 12138428.
HSL color Cylindrical-coordinate representation of color #BC37B9: hue angle of 301.35º 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 #BC37B9 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 185 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.26 |
| HSL | 301.35º | 0.55% | 0.48% | - |
| HSV(B) | 301.35º | 0.71% | 0.74% | - |
| XYZ | 30.86 | 16.93 | 47.54 | - |
| YUV | 109.59 | 170.56 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 185 | 0 | 0.71 | 0.02 | 0.26 | 301.35 | 0.55 | 0.48 |
| Hex | BC | 37 | B9 | 0 | 47 | 2 | 1A | 12D | 37 | 30 |
| Octal | 274 | 67 | 271 | 0 | 107 | 2 | 32 | 455 | 67 | 60 |
| Binary | 10111100 | 110111 | 10111001 | 0 | 1000111 | 10 | 11010 | 100101101 | 110111 | 110000 |
Color Harmonies of #BC37B9
Complementary color
Monochromatic Colors of #BC37B9
Black with #BC37B9
Text Example
Text Example
White with #BC37B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC37B9; }
p { color: rgb(188,55,185); }
H1.HeaderClassName
{
color: #BC37B9;
}
.AnyTagClassName
{
color: #BC37B9;
}
</style>
background-color css
<style>
a { background-color: #BC37B9; }
a { background-color: rgb(188,55,185); }
div.DivClassName
{
background-color: #BC37B9;
}
.BgClassName
{
background-color: #BC37B9;
}
</style>
border-color css
<style>
span { border-color: #BC37B9; }
span { border-color: rgb(188,55,185); }
td.TdClassName
{
border-color: #BC37B9;
}
.TagClassName
{
border-color: #BC37B9;
}
</style>