Shades of Fuchsia #BC31B7
Tints of Fuchsia #BC31B7
RGB
CMYK
RGB Variations
Color information
#BC31B7 (or 0xBC31B7) is known color: Fuchsia. HEX triplet: BC, 31 and B7. RGB value is (188,49,183). Sum of RGB (Red+Green+Blue) = 188+49+183=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC31B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC31B7 is #43CE48. Grayscale: #696969. Windows color (decimal): -4443721 or 12005820. OLE color: 12005820.
HSL color Cylindrical-coordinate representation of color #BC31B7: hue angle of 302.16º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC31B7 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 183 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.26 |
| HSL | 302.16º | 0.59% | 0.46% | - |
| HSV(B) | 302.16º | 0.74% | 0.74% | - |
| XYZ | 30.38 | 16.31 | 46.35 | - |
| YUV | 105.84 | 171.55 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 183 | 0 | 0.74 | 0.03 | 0.26 | 302.16 | 0.59 | 0.46 |
| Hex | BC | 31 | B7 | 0 | 4A | 3 | 1A | 12E | 3B | 2E |
| Octal | 274 | 61 | 267 | 0 | 112 | 3 | 32 | 456 | 73 | 56 |
| Binary | 10111100 | 110001 | 10110111 | 0 | 1001010 | 11 | 11010 | 100101110 | 111011 | 101110 |
Color Harmonies of #BC31B7
Complementary color
Monochromatic Colors of #BC31B7
Black with #BC31B7
Text Example
Text Example
White with #BC31B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC31B7; }
p { color: rgb(188,49,183); }
H1.HeaderClassName
{
color: #BC31B7;
}
.AnyTagClassName
{
color: #BC31B7;
}
</style>
background-color css
<style>
a { background-color: #BC31B7; }
a { background-color: rgb(188,49,183); }
div.DivClassName
{
background-color: #BC31B7;
}
.BgClassName
{
background-color: #BC31B7;
}
</style>
border-color css
<style>
span { border-color: #BC31B7; }
span { border-color: rgb(188,49,183); }
td.TdClassName
{
border-color: #BC31B7;
}
.TagClassName
{
border-color: #BC31B7;
}
</style>