Shades of Fuchsia #BC47AD
Tints of Fuchsia #BC47AD
RGB
CMYK
RGB Variations
Color information
#BC47AD (or 0xBC47AD) is known color: Fuchsia. HEX triplet: BC, 47 and AD. RGB value is (188,71,173). Sum of RGB (Red+Green+Blue) = 188+71+173=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC47AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC47AD is #43B852. Grayscale: #757575. Windows color (decimal): -4438099 or 11356092. OLE color: 11356092.
HSL color Cylindrical-coordinate representation of color #BC47AD: hue angle of 307.69º 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 #BC47AD is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 173 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.26 |
| HSL | 307.69º | 0.47% | 0.51% | - |
| HSV(B) | 307.69º | 0.62% | 0.74% | - |
| XYZ | 30.54 | 18.21 | 41.44 | - |
| YUV | 117.61 | 159.26 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 173 | 0 | 0.62 | 0.08 | 0.26 | 307.69 | 0.47 | 0.51 |
| Hex | BC | 47 | AD | 0 | 3E | 8 | 1A | 134 | 2F | 33 |
| Octal | 274 | 107 | 255 | 0 | 76 | 10 | 32 | 464 | 57 | 63 |
| Binary | 10111100 | 1000111 | 10101101 | 0 | 111110 | 1000 | 11010 | 100110100 | 101111 | 110011 |
Color Harmonies of #BC47AD
Complementary color
Monochromatic Colors of #BC47AD
Black with #BC47AD
Text Example
Text Example
White with #BC47AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC47AD; }
p { color: rgb(188,71,173); }
H1.HeaderClassName
{
color: #BC47AD;
}
.AnyTagClassName
{
color: #BC47AD;
}
</style>
background-color css
<style>
a { background-color: #BC47AD; }
a { background-color: rgb(188,71,173); }
div.DivClassName
{
background-color: #BC47AD;
}
.BgClassName
{
background-color: #BC47AD;
}
</style>
border-color css
<style>
span { border-color: #BC47AD; }
span { border-color: rgb(188,71,173); }
td.TdClassName
{
border-color: #BC47AD;
}
.TagClassName
{
border-color: #BC47AD;
}
</style>