Shades of Fuchsia #BC2DBC
Tints of Fuchsia #BC2DBC
RGB
CMYK
RGB Variations
Color information
#BC2DBC (or 0xBC2DBC) is known color: Fuchsia. HEX triplet: BC, 2D and BC. RGB value is (188,45,188). Sum of RGB (Red+Green+Blue) = 188+45+188=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 45 (17.97% from 255 or 10.69% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC2DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DBC is #43D243. Grayscale: #676767. Windows color (decimal): -4444740 or 12332476. OLE color: 12332476.
HSL color Cylindrical-coordinate representation of color #BC2DBC: hue angle of 300º 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 #BC2DBC is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 188 | - |
| CMYK | 0 | 0.76 | 0 | 0.26 |
| HSL | 300º | 0.61% | 0.46% | - |
| HSV(B) | 300º | 0.76% | 0.74% | - |
| XYZ | 30.75 | 16.2 | 49.08 | - |
| YUV | 104.06 | 175.38 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 188 | 0 | 0.76 | 0 | 0.26 | 300 | 0.61 | 0.46 |
| Hex | BC | 2D | BC | 0 | 4C | 0 | 1A | 12C | 3D | 2E |
| Octal | 274 | 55 | 274 | 0 | 114 | 0 | 32 | 454 | 75 | 56 |
| Binary | 10111100 | 101101 | 10111100 | 0 | 1001100 | 0 | 11010 | 100101100 | 111101 | 101110 |
Color Harmonies of #BC2DBC
Complementary color
Monochromatic Colors of #BC2DBC
Black with #BC2DBC
Text Example
Text Example
White with #BC2DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DBC; }
p { color: rgb(188,45,188); }
H1.HeaderClassName
{
color: #BC2DBC;
}
.AnyTagClassName
{
color: #BC2DBC;
}
</style>
background-color css
<style>
a { background-color: #BC2DBC; }
a { background-color: rgb(188,45,188); }
div.DivClassName
{
background-color: #BC2DBC;
}
.BgClassName
{
background-color: #BC2DBC;
}
</style>
border-color css
<style>
span { border-color: #BC2DBC; }
span { border-color: rgb(188,45,188); }
td.TdClassName
{
border-color: #BC2DBC;
}
.TagClassName
{
border-color: #BC2DBC;
}
</style>