Shades of Fuchsia #BC47C0
Tints of Fuchsia #BC47C0
RGB
CMYK
RGB Variations
Color information
#BC47C0 (or 0xBC47C0) is known color: Fuchsia. HEX triplet: BC, 47 and C0. RGB value is (188,71,192). Sum of RGB (Red+Green+Blue) = 188+71+192=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 71 (28.12% from 255 or 15.74% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC47C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC47C0 is #43B83F. Grayscale: #777777. Windows color (decimal): -4438080 or 12601276. OLE color: 12601276.
HSL color Cylindrical-coordinate representation of color #BC47C0: hue angle of 298.02º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC47C0 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 71 | 192 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.25 |
| HSL | 298.02º | 0.49% | 0.52% | - |
| HSV(B) | 298.02º | 0.63% | 0.75% | - |
| XYZ | 32.51 | 19 | 51.82 | - |
| YUV | 119.78 | 168.76 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 192 | 0.02 | 0.63 | 0 | 0.25 | 298.02 | 0.49 | 0.52 |
| Hex | BC | 47 | C0 | 2 | 3F | 0 | 19 | 12A | 31 | 34 |
| Octal | 274 | 107 | 300 | 2 | 77 | 0 | 31 | 452 | 61 | 64 |
| Binary | 10111100 | 1000111 | 11000000 | 10 | 111111 | 0 | 11001 | 100101010 | 110001 | 110100 |
Color Harmonies of #BC47C0
Complementary color
Monochromatic Colors of #BC47C0
Black with #BC47C0
Text Example
Text Example
White with #BC47C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC47C0; }
p { color: rgb(188,71,192); }
H1.HeaderClassName
{
color: #BC47C0;
}
.AnyTagClassName
{
color: #BC47C0;
}
</style>
background-color css
<style>
a { background-color: #BC47C0; }
a { background-color: rgb(188,71,192); }
div.DivClassName
{
background-color: #BC47C0;
}
.BgClassName
{
background-color: #BC47C0;
}
</style>
border-color css
<style>
span { border-color: #BC47C0; }
span { border-color: rgb(188,71,192); }
td.TdClassName
{
border-color: #BC47C0;
}
.TagClassName
{
border-color: #BC47C0;
}
</style>