Shades of Fuchsia #BC2AB1
Tints of Fuchsia #BC2AB1
RGB
CMYK
RGB Variations
Color information
#BC2AB1 (or 0xBC2AB1) is known color: Fuchsia. HEX triplet: BC, 2A and B1. RGB value is (188,42,177). Sum of RGB (Red+Green+Blue) = 188+42+177=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 42 (16.80% from 255 or 10.32% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2AB1 is #43D54E. Grayscale: #646464. Windows color (decimal): -4445519 or 11610812. OLE color: 11610812.
HSL color Cylindrical-coordinate representation of color #BC2AB1: hue angle of 304.52º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2AB1 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 42 | 177 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.26 |
| HSL | 304.52º | 0.63% | 0.45% | - |
| HSV(B) | 304.52º | 0.78% | 0.74% | - |
| XYZ | 29.5 | 15.52 | 43.04 | - |
| YUV | 101.04 | 170.87 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 177 | 0 | 0.78 | 0.06 | 0.26 | 304.52 | 0.63 | 0.45 |
| Hex | BC | 2A | B1 | 0 | 4E | 6 | 1A | 131 | 3F | 2D |
| Octal | 274 | 52 | 261 | 0 | 116 | 6 | 32 | 461 | 77 | 55 |
| Binary | 10111100 | 101010 | 10110001 | 0 | 1001110 | 110 | 11010 | 100110001 | 111111 | 101101 |
Color Harmonies of #BC2AB1
Complementary color
Monochromatic Colors of #BC2AB1
Black with #BC2AB1
Text Example
Text Example
White with #BC2AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2AB1; }
p { color: rgb(188,42,177); }
H1.HeaderClassName
{
color: #BC2AB1;
}
.AnyTagClassName
{
color: #BC2AB1;
}
</style>
background-color css
<style>
a { background-color: #BC2AB1; }
a { background-color: rgb(188,42,177); }
div.DivClassName
{
background-color: #BC2AB1;
}
.BgClassName
{
background-color: #BC2AB1;
}
</style>
border-color css
<style>
span { border-color: #BC2AB1; }
span { border-color: rgb(188,42,177); }
td.TdClassName
{
border-color: #BC2AB1;
}
.TagClassName
{
border-color: #BC2AB1;
}
</style>