Shades of Fuchsia #BC2DB1
Tints of Fuchsia #BC2DB1
RGB
CMYK
RGB Variations
Color information
#BC2DB1 (or 0xBC2DB1) is known color: Fuchsia. HEX triplet: BC, 2D and B1. RGB value is (188,45,177). Sum of RGB (Red+Green+Blue) = 188+45+177=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2DB1 is #43D24E. Grayscale: #666666. Windows color (decimal): -4444751 or 11611580. OLE color: 11611580.
HSL color Cylindrical-coordinate representation of color #BC2DB1: hue angle of 304.62º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2DB1 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 177 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.26 |
| HSL | 304.62º | 0.61% | 0.46% | - |
| HSV(B) | 304.62º | 0.76% | 0.74% | - |
| XYZ | 29.61 | 15.74 | 43.07 | - |
| YUV | 102.81 | 169.88 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 177 | 0 | 0.76 | 0.06 | 0.26 | 304.62 | 0.61 | 0.46 |
| Hex | BC | 2D | B1 | 0 | 4C | 6 | 1A | 131 | 3D | 2E |
| Octal | 274 | 55 | 261 | 0 | 114 | 6 | 32 | 461 | 75 | 56 |
| Binary | 10111100 | 101101 | 10110001 | 0 | 1001100 | 110 | 11010 | 100110001 | 111101 | 101110 |
Color Harmonies of #BC2DB1
Complementary color
Monochromatic Colors of #BC2DB1
Black with #BC2DB1
Text Example
Text Example
White with #BC2DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DB1; }
p { color: rgb(188,45,177); }
H1.HeaderClassName
{
color: #BC2DB1;
}
.AnyTagClassName
{
color: #BC2DB1;
}
</style>
background-color css
<style>
a { background-color: #BC2DB1; }
a { background-color: rgb(188,45,177); }
div.DivClassName
{
background-color: #BC2DB1;
}
.BgClassName
{
background-color: #BC2DB1;
}
</style>
border-color css
<style>
span { border-color: #BC2DB1; }
span { border-color: rgb(188,45,177); }
td.TdClassName
{
border-color: #BC2DB1;
}
.TagClassName
{
border-color: #BC2DB1;
}
</style>