Shades of Fuchsia #BC31BB
Tints of Fuchsia #BC31BB
RGB
CMYK
RGB Variations
Color information
#BC31BB (or 0xBC31BB) is known color: Fuchsia. HEX triplet: BC, 31 and BB. RGB value is (188,49,187). Sum of RGB (Red+Green+Blue) = 188+49+187=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC31BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC31BB is #43CE44. Grayscale: #696969. Windows color (decimal): -4443717 or 12267964. OLE color: 12267964.
HSL color Cylindrical-coordinate representation of color #BC31BB: hue angle of 300.43º 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 #BC31BB is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 187 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.26 |
| HSL | 300.43º | 0.59% | 0.46% | - |
| HSV(B) | 300.43º | 0.74% | 0.74% | - |
| XYZ | 30.81 | 16.48 | 48.57 | - |
| YUV | 106.29 | 173.55 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 187 | 0 | 0.74 | 0.01 | 0.26 | 300.43 | 0.59 | 0.46 |
| Hex | BC | 31 | BB | 0 | 4A | 1 | 1A | 12C | 3B | 2E |
| Octal | 274 | 61 | 273 | 0 | 112 | 1 | 32 | 454 | 73 | 56 |
| Binary | 10111100 | 110001 | 10111011 | 0 | 1001010 | 1 | 11010 | 100101100 | 111011 | 101110 |
Color Harmonies of #BC31BB
Complementary color
Monochromatic Colors of #BC31BB
Black with #BC31BB
Text Example
Text Example
White with #BC31BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC31BB; }
p { color: rgb(188,49,187); }
H1.HeaderClassName
{
color: #BC31BB;
}
.AnyTagClassName
{
color: #BC31BB;
}
</style>
background-color css
<style>
a { background-color: #BC31BB; }
a { background-color: rgb(188,49,187); }
div.DivClassName
{
background-color: #BC31BB;
}
.BgClassName
{
background-color: #BC31BB;
}
</style>
border-color css
<style>
span { border-color: #BC31BB; }
span { border-color: rgb(188,49,187); }
td.TdClassName
{
border-color: #BC31BB;
}
.TagClassName
{
border-color: #BC31BB;
}
</style>