Shades of Fuchsia #BC2DBD
Tints of Fuchsia #BC2DBD
RGB
CMYK
RGB Variations
Color information
#BC2DBD (or 0xBC2DBD) is known color: Fuchsia. HEX triplet: BC, 2D and BD. RGB value is (188,45,189). Sum of RGB (Red+Green+Blue) = 188+45+189=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC2DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DBD is #43D242. Grayscale: #676767. Windows color (decimal): -4444739 or 12398012. OLE color: 12398012.
HSL color Cylindrical-coordinate representation of color #BC2DBD: hue angle of 299.58º degrees, saturation: 0.62, 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 #BC2DBD is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 189 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.26 |
| HSL | 299.58º | 0.62% | 0.46% | - |
| HSV(B) | 299.58º | 0.76% | 0.74% | - |
| XYZ | 30.86 | 16.24 | 49.65 | - |
| YUV | 104.17 | 175.88 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 189 | 0.01 | 0.76 | 0 | 0.26 | 299.58 | 0.62 | 0.46 |
| Hex | BC | 2D | BD | 1 | 4C | 0 | 1A | 12C | 3E | 2E |
| Octal | 274 | 55 | 275 | 1 | 114 | 0 | 32 | 454 | 76 | 56 |
| Binary | 10111100 | 101101 | 10111101 | 1 | 1001100 | 0 | 11010 | 100101100 | 111110 | 101110 |
Color Harmonies of #BC2DBD
Complementary color
Monochromatic Colors of #BC2DBD
Black with #BC2DBD
Text Example
Text Example
White with #BC2DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DBD; }
p { color: rgb(188,45,189); }
H1.HeaderClassName
{
color: #BC2DBD;
}
.AnyTagClassName
{
color: #BC2DBD;
}
</style>
background-color css
<style>
a { background-color: #BC2DBD; }
a { background-color: rgb(188,45,189); }
div.DivClassName
{
background-color: #BC2DBD;
}
.BgClassName
{
background-color: #BC2DBD;
}
</style>
border-color css
<style>
span { border-color: #BC2DBD; }
span { border-color: rgb(188,45,189); }
td.TdClassName
{
border-color: #BC2DBD;
}
.TagClassName
{
border-color: #BC2DBD;
}
</style>