Shades of Fuchsia #BC47A8
Tints of Fuchsia #BC47A8
RGB
CMYK
RGB Variations
Color information
#BC47A8 (or 0xBC47A8) is known color: Fuchsia. HEX triplet: BC, 47 and A8. RGB value is (188,71,168). Sum of RGB (Red+Green+Blue) = 188+71+168=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC47A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC47A8 is #43B857. Grayscale: #747474. Windows color (decimal): -4438104 or 11028412. OLE color: 11028412.
HSL color Cylindrical-coordinate representation of color #BC47A8: hue angle of 310.26º 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 #BC47A8 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 168 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.26 |
| HSL | 310.26º | 0.47% | 0.51% | - |
| HSV(B) | 310.26º | 0.62% | 0.74% | - |
| XYZ | 30.06 | 18.03 | 38.94 | - |
| YUV | 117.04 | 156.76 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 168 | 0 | 0.62 | 0.11 | 0.26 | 310.26 | 0.47 | 0.51 |
| Hex | BC | 47 | A8 | 0 | 3E | B | 1A | 136 | 2F | 33 |
| Octal | 274 | 107 | 250 | 0 | 76 | 13 | 32 | 466 | 57 | 63 |
| Binary | 10111100 | 1000111 | 10101000 | 0 | 111110 | 1011 | 11010 | 100110110 | 101111 | 110011 |
Color Harmonies of #BC47A8
Complementary color
Monochromatic Colors of #BC47A8
Black with #BC47A8
Text Example
Text Example
White with #BC47A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC47A8; }
p { color: rgb(188,71,168); }
H1.HeaderClassName
{
color: #BC47A8;
}
.AnyTagClassName
{
color: #BC47A8;
}
</style>
background-color css
<style>
a { background-color: #BC47A8; }
a { background-color: rgb(188,71,168); }
div.DivClassName
{
background-color: #BC47A8;
}
.BgClassName
{
background-color: #BC47A8;
}
</style>
border-color css
<style>
span { border-color: #BC47A8; }
span { border-color: rgb(188,71,168); }
td.TdClassName
{
border-color: #BC47A8;
}
.TagClassName
{
border-color: #BC47A8;
}
</style>