Shades of Fuchsia #BC47AB
Tints of Fuchsia #BC47AB
RGB
CMYK
RGB Variations
Color information
#BC47AB (or 0xBC47AB) is known color: Fuchsia. HEX triplet: BC, 47 and AB. RGB value is (188,71,171). Sum of RGB (Red+Green+Blue) = 188+71+171=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC47AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC47AB is #43B854. Grayscale: #757575. Windows color (decimal): -4438101 or 11225020. OLE color: 11225020.
HSL color Cylindrical-coordinate representation of color #BC47AB: hue angle of 308.72º 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 #BC47AB is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 171 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.26 |
| HSL | 308.72º | 0.47% | 0.51% | - |
| HSV(B) | 308.72º | 0.62% | 0.74% | - |
| XYZ | 30.34 | 18.14 | 40.43 | - |
| YUV | 117.38 | 158.26 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 171 | 0 | 0.62 | 0.09 | 0.26 | 308.72 | 0.47 | 0.51 |
| Hex | BC | 47 | AB | 0 | 3E | 9 | 1A | 135 | 2F | 33 |
| Octal | 274 | 107 | 253 | 0 | 76 | 11 | 32 | 465 | 57 | 63 |
| Binary | 10111100 | 1000111 | 10101011 | 0 | 111110 | 1001 | 11010 | 100110101 | 101111 | 110011 |
Color Harmonies of #BC47AB
Complementary color
Monochromatic Colors of #BC47AB
Black with #BC47AB
Text Example
Text Example
White with #BC47AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC47AB; }
p { color: rgb(188,71,171); }
H1.HeaderClassName
{
color: #BC47AB;
}
.AnyTagClassName
{
color: #BC47AB;
}
</style>
background-color css
<style>
a { background-color: #BC47AB; }
a { background-color: rgb(188,71,171); }
div.DivClassName
{
background-color: #BC47AB;
}
.BgClassName
{
background-color: #BC47AB;
}
</style>
border-color css
<style>
span { border-color: #BC47AB; }
span { border-color: rgb(188,71,171); }
td.TdClassName
{
border-color: #BC47AB;
}
.TagClassName
{
border-color: #BC47AB;
}
</style>