Shades of Fuchsia #BC37B3
Tints of Fuchsia #BC37B3
RGB
CMYK
RGB Variations
Color information
#BC37B3 (or 0xBC37B3) is known color: Fuchsia. HEX triplet: BC, 37 and B3. RGB value is (188,55,179). Sum of RGB (Red+Green+Blue) = 188+55+179=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 55 (21.88% from 255 or 13.03% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC37B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC37B3 is #43C84C. Grayscale: #6C6C6C. Windows color (decimal): -4442189 or 11745212. OLE color: 11745212.
HSL color Cylindrical-coordinate representation of color #BC37B3: hue angle of 304.06º 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 #BC37B3 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 179 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.26 |
| HSL | 304.06º | 0.55% | 0.48% | - |
| HSV(B) | 304.06º | 0.71% | 0.74% | - |
| XYZ | 30.24 | 16.68 | 44.27 | - |
| YUV | 108.9 | 167.56 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 179 | 0 | 0.71 | 0.05 | 0.26 | 304.06 | 0.55 | 0.48 |
| Hex | BC | 37 | B3 | 0 | 47 | 5 | 1A | 130 | 37 | 30 |
| Octal | 274 | 67 | 263 | 0 | 107 | 5 | 32 | 460 | 67 | 60 |
| Binary | 10111100 | 110111 | 10110011 | 0 | 1000111 | 101 | 11010 | 100110000 | 110111 | 110000 |
Color Harmonies of #BC37B3
Complementary color
Monochromatic Colors of #BC37B3
Black with #BC37B3
Text Example
Text Example
White with #BC37B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC37B3; }
p { color: rgb(188,55,179); }
H1.HeaderClassName
{
color: #BC37B3;
}
.AnyTagClassName
{
color: #BC37B3;
}
</style>
background-color css
<style>
a { background-color: #BC37B3; }
a { background-color: rgb(188,55,179); }
div.DivClassName
{
background-color: #BC37B3;
}
.BgClassName
{
background-color: #BC37B3;
}
</style>
border-color css
<style>
span { border-color: #BC37B3; }
span { border-color: rgb(188,55,179); }
td.TdClassName
{
border-color: #BC37B3;
}
.TagClassName
{
border-color: #BC37B3;
}
</style>