Shades of Fuchsia #BC47BC
Tints of Fuchsia #BC47BC
RGB
CMYK
RGB Variations
Color information
#BC47BC (or 0xBC47BC) is known color: Fuchsia. HEX triplet: BC, 47 and BC. RGB value is (188,71,188). Sum of RGB (Red+Green+Blue) = 188+71+188=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC47BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC47BC is #43B843. Grayscale: #767676. Windows color (decimal): -4438084 or 12339132. OLE color: 12339132.
HSL color Cylindrical-coordinate representation of color #BC47BC: hue angle of 300º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC47BC is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 188 | - |
| CMYK | 0 | 0.62 | 0 | 0.26 |
| HSL | 300º | 0.47% | 0.51% | - |
| HSV(B) | 300º | 0.62% | 0.74% | - |
| XYZ | 32.07 | 18.83 | 49.52 | - |
| YUV | 119.32 | 166.76 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 188 | 0 | 0.62 | 0 | 0.26 | 300 | 0.47 | 0.51 |
| Hex | BC | 47 | BC | 0 | 3E | 0 | 1A | 12C | 2F | 33 |
| Octal | 274 | 107 | 274 | 0 | 76 | 0 | 32 | 454 | 57 | 63 |
| Binary | 10111100 | 1000111 | 10111100 | 0 | 111110 | 0 | 11010 | 100101100 | 101111 | 110011 |
Color Harmonies of #BC47BC
Complementary color
Monochromatic Colors of #BC47BC
Black with #BC47BC
Text Example
Text Example
White with #BC47BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC47BC; }
p { color: rgb(188,71,188); }
H1.HeaderClassName
{
color: #BC47BC;
}
.AnyTagClassName
{
color: #BC47BC;
}
</style>
background-color css
<style>
a { background-color: #BC47BC; }
a { background-color: rgb(188,71,188); }
div.DivClassName
{
background-color: #BC47BC;
}
.BgClassName
{
background-color: #BC47BC;
}
</style>
border-color css
<style>
span { border-color: #BC47BC; }
span { border-color: rgb(188,71,188); }
td.TdClassName
{
border-color: #BC47BC;
}
.TagClassName
{
border-color: #BC47BC;
}
</style>