Shades of Fuchsia #BC5AB0
Tints of Fuchsia #BC5AB0
RGB
CMYK
RGB Variations
Color information
#BC5AB0 (or 0xBC5AB0) is known color: Fuchsia. HEX triplet: BC, 5A and B0. RGB value is (188,90,176). Sum of RGB (Red+Green+Blue) = 188+90+176=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5AB0 is #43A54F. Grayscale: #808080. Windows color (decimal): -4433232 or 11557564. OLE color: 11557564.
HSL color Cylindrical-coordinate representation of color #BC5AB0: hue angle of 307.35º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5AB0 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 90 | 176 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.26 |
| HSL | 307.35º | 0.42% | 0.55% | - |
| HSV(B) | 307.35º | 0.52% | 0.74% | - |
| XYZ | 32.23 | 21.14 | 43.46 | - |
| YUV | 129.11 | 154.47 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 176 | 0 | 0.52 | 0.06 | 0.26 | 307.35 | 0.42 | 0.55 |
| Hex | BC | 5A | B0 | 0 | 34 | 6 | 1A | 133 | 2A | 37 |
| Octal | 274 | 132 | 260 | 0 | 64 | 6 | 32 | 463 | 52 | 67 |
| Binary | 10111100 | 1011010 | 10110000 | 0 | 110100 | 110 | 11010 | 100110011 | 101010 | 110111 |
Color Harmonies of #BC5AB0
Complementary color
Monochromatic Colors of #BC5AB0
Black with #BC5AB0
Text Example
Text Example
White with #BC5AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5AB0; }
p { color: rgb(188,90,176); }
H1.HeaderClassName
{
color: #BC5AB0;
}
.AnyTagClassName
{
color: #BC5AB0;
}
</style>
background-color css
<style>
a { background-color: #BC5AB0; }
a { background-color: rgb(188,90,176); }
div.DivClassName
{
background-color: #BC5AB0;
}
.BgClassName
{
background-color: #BC5AB0;
}
</style>
border-color css
<style>
span { border-color: #BC5AB0; }
span { border-color: rgb(188,90,176); }
td.TdClassName
{
border-color: #BC5AB0;
}
.TagClassName
{
border-color: #BC5AB0;
}
</style>