Shades of Fuchsia #BC5AB4
Tints of Fuchsia #BC5AB4
RGB
CMYK
RGB Variations
Color information
#BC5AB4 (or 0xBC5AB4) is known color: Fuchsia. HEX triplet: BC, 5A and B4. RGB value is (188,90,180). Sum of RGB (Red+Green+Blue) = 188+90+180=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5AB4 is #43A54B. Grayscale: #818181. Windows color (decimal): -4433228 or 11819708. OLE color: 11819708.
HSL color Cylindrical-coordinate representation of color #BC5AB4: hue angle of 304.9º 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 #BC5AB4 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 90 | 180 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.26 |
| HSL | 304.9º | 0.42% | 0.55% | - |
| HSV(B) | 304.9º | 0.52% | 0.74% | - |
| XYZ | 32.63 | 21.3 | 45.57 | - |
| YUV | 129.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 180 | 0 | 0.52 | 0.04 | 0.26 | 304.9 | 0.42 | 0.55 |
| Hex | BC | 5A | B4 | 0 | 34 | 4 | 1A | 131 | 2A | 37 |
| Octal | 274 | 132 | 264 | 0 | 64 | 4 | 32 | 461 | 52 | 67 |
| Binary | 10111100 | 1011010 | 10110100 | 0 | 110100 | 100 | 11010 | 100110001 | 101010 | 110111 |
Color Harmonies of #BC5AB4
Complementary color
Monochromatic Colors of #BC5AB4
Black with #BC5AB4
Text Example
Text Example
White with #BC5AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5AB4; }
p { color: rgb(188,90,180); }
H1.HeaderClassName
{
color: #BC5AB4;
}
.AnyTagClassName
{
color: #BC5AB4;
}
</style>
background-color css
<style>
a { background-color: #BC5AB4; }
a { background-color: rgb(188,90,180); }
div.DivClassName
{
background-color: #BC5AB4;
}
.BgClassName
{
background-color: #BC5AB4;
}
</style>
border-color css
<style>
span { border-color: #BC5AB4; }
span { border-color: rgb(188,90,180); }
td.TdClassName
{
border-color: #BC5AB4;
}
.TagClassName
{
border-color: #BC5AB4;
}
</style>