Shades of Fuchsia #BC47B9
Tints of Fuchsia #BC47B9
RGB
CMYK
RGB Variations
Color information
#BC47B9 (or 0xBC47B9) is known color: Fuchsia. HEX triplet: BC, 47 and B9. RGB value is (188,71,185). Sum of RGB (Red+Green+Blue) = 188+71+185=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC47B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC47B9 is #43B846. Grayscale: #767676. Windows color (decimal): -4438087 or 12142524. OLE color: 12142524.
HSL color Cylindrical-coordinate representation of color #BC47B9: hue angle of 301.54º 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 #BC47B9 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 185 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.26 |
| HSL | 301.54º | 0.47% | 0.51% | - |
| HSV(B) | 301.54º | 0.62% | 0.74% | - |
| XYZ | 31.75 | 18.7 | 47.84 | - |
| YUV | 118.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 185 | 0 | 0.62 | 0.02 | 0.26 | 301.54 | 0.47 | 0.51 |
| Hex | BC | 47 | B9 | 0 | 3E | 2 | 1A | 12E | 2F | 33 |
| Octal | 274 | 107 | 271 | 0 | 76 | 2 | 32 | 456 | 57 | 63 |
| Binary | 10111100 | 1000111 | 10111001 | 0 | 111110 | 10 | 11010 | 100101110 | 101111 | 110011 |
Color Harmonies of #BC47B9
Complementary color
Monochromatic Colors of #BC47B9
Black with #BC47B9
Text Example
Text Example
White with #BC47B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC47B9; }
p { color: rgb(188,71,185); }
H1.HeaderClassName
{
color: #BC47B9;
}
.AnyTagClassName
{
color: #BC47B9;
}
</style>
background-color css
<style>
a { background-color: #BC47B9; }
a { background-color: rgb(188,71,185); }
div.DivClassName
{
background-color: #BC47B9;
}
.BgClassName
{
background-color: #BC47B9;
}
</style>
border-color css
<style>
span { border-color: #BC47B9; }
span { border-color: rgb(188,71,185); }
td.TdClassName
{
border-color: #BC47B9;
}
.TagClassName
{
border-color: #BC47B9;
}
</style>