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