Shades of Fuchsia #BC58AB
Tints of Fuchsia #BC58AB
RGB
CMYK
RGB Variations
Color information
#BC58AB (or 0xBC58AB) is known color: Fuchsia. HEX triplet: BC, 58 and AB. RGB value is (188,88,171). Sum of RGB (Red+Green+Blue) = 188+88+171=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC58AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC58AB is #43A754. Grayscale: #7F7F7F. Windows color (decimal): -4433749 or 11229372. OLE color: 11229372.
HSL color Cylindrical-coordinate representation of color #BC58AB: hue angle of 310.2º degrees, saturation: 0.43, 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 #BC58AB is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 171 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.26 |
| HSL | 310.2º | 0.43% | 0.54% | - |
| HSV(B) | 310.2º | 0.53% | 0.74% | - |
| XYZ | 31.58 | 20.61 | 40.84 | - |
| YUV | 127.36 | 152.63 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 171 | 0 | 0.53 | 0.09 | 0.26 | 310.2 | 0.43 | 0.54 |
| Hex | BC | 58 | AB | 0 | 35 | 9 | 1A | 136 | 2B | 36 |
| Octal | 274 | 130 | 253 | 0 | 65 | 11 | 32 | 466 | 53 | 66 |
| Binary | 10111100 | 1011000 | 10101011 | 0 | 110101 | 1001 | 11010 | 100110110 | 101011 | 110110 |
Color Harmonies of #BC58AB
Complementary color
Monochromatic Colors of #BC58AB
Black with #BC58AB
Text Example
Text Example
White with #BC58AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC58AB; }
p { color: rgb(188,88,171); }
H1.HeaderClassName
{
color: #BC58AB;
}
.AnyTagClassName
{
color: #BC58AB;
}
</style>
background-color css
<style>
a { background-color: #BC58AB; }
a { background-color: rgb(188,88,171); }
div.DivClassName
{
background-color: #BC58AB;
}
.BgClassName
{
background-color: #BC58AB;
}
</style>
border-color css
<style>
span { border-color: #BC58AB; }
span { border-color: rgb(188,88,171); }
td.TdClassName
{
border-color: #BC58AB;
}
.TagClassName
{
border-color: #BC58AB;
}
</style>