Shades of Fuchsia #BC59AB
Tints of Fuchsia #BC59AB
RGB
CMYK
RGB Variations
Color information
#BC59AB (or 0xBC59AB) is known color: Fuchsia. HEX triplet: BC, 59 and AB. RGB value is (188,89,171). Sum of RGB (Red+Green+Blue) = 188+89+171=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC59AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC59AB is #43A654. Grayscale: #7F7F7F. Windows color (decimal): -4433493 or 11229628. OLE color: 11229628.
HSL color Cylindrical-coordinate representation of color #BC59AB: hue angle of 310.3º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC59AB is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 171 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.26 |
| HSL | 310.3º | 0.42% | 0.54% | - |
| HSV(B) | 310.3º | 0.53% | 0.74% | - |
| XYZ | 31.66 | 20.78 | 40.87 | - |
| YUV | 127.95 | 152.3 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 171 | 0 | 0.53 | 0.09 | 0.26 | 310.3 | 0.42 | 0.54 |
| Hex | BC | 59 | AB | 0 | 35 | 9 | 1A | 136 | 2A | 36 |
| Octal | 274 | 131 | 253 | 0 | 65 | 11 | 32 | 466 | 52 | 66 |
| Binary | 10111100 | 1011001 | 10101011 | 0 | 110101 | 1001 | 11010 | 100110110 | 101010 | 110110 |
Color Harmonies of #BC59AB
Complementary color
Monochromatic Colors of #BC59AB
Black with #BC59AB
Text Example
Text Example
White with #BC59AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC59AB; }
p { color: rgb(188,89,171); }
H1.HeaderClassName
{
color: #BC59AB;
}
.AnyTagClassName
{
color: #BC59AB;
}
</style>
background-color css
<style>
a { background-color: #BC59AB; }
a { background-color: rgb(188,89,171); }
div.DivClassName
{
background-color: #BC59AB;
}
.BgClassName
{
background-color: #BC59AB;
}
</style>
border-color css
<style>
span { border-color: #BC59AB; }
span { border-color: rgb(188,89,171); }
td.TdClassName
{
border-color: #BC59AB;
}
.TagClassName
{
border-color: #BC59AB;
}
</style>