Shades of Fuchsia #BC2ECB
Tints of Fuchsia #BC2ECB
RGB
CMYK
RGB Variations
Color information
#BC2ECB (or 0xBC2ECB) is known color: Fuchsia. HEX triplet: BC, 2E and CB. RGB value is (188,46,203). Sum of RGB (Red+Green+Blue) = 188+46+203=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 46 (18.36% from 255 or 10.53% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC2ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ECB is #43D134. Grayscale: #696969. Windows color (decimal): -4444469 or 13315772. OLE color: 13315772.
HSL color Cylindrical-coordinate representation of color #BC2ECB: hue angle of 294.27º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2ECB is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 46 | 203 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.20 |
| HSL | 294.27º | 0.63% | 0.49% | - |
| HSV(B) | 294.27º | 0.77% | 0.8% | - |
| XYZ | 32.5 | 16.96 | 58.06 | - |
| YUV | 106.36 | 182.54 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 203 | 0.07 | 0.77 | 0 | 0.20 | 294.27 | 0.63 | 0.49 |
| Hex | BC | 2E | CB | 7 | 4D | 0 | 14 | 126 | 3F | 31 |
| Octal | 274 | 56 | 313 | 7 | 115 | 0 | 24 | 446 | 77 | 61 |
| Binary | 10111100 | 101110 | 11001011 | 111 | 1001101 | 0 | 10100 | 100100110 | 111111 | 110001 |
Color Harmonies of #BC2ECB
Complementary color
Monochromatic Colors of #BC2ECB
Black with #BC2ECB
Text Example
Text Example
White with #BC2ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2ECB; }
p { color: rgb(188,46,203); }
H1.HeaderClassName
{
color: #BC2ECB;
}
.AnyTagClassName
{
color: #BC2ECB;
}
</style>
background-color css
<style>
a { background-color: #BC2ECB; }
a { background-color: rgb(188,46,203); }
div.DivClassName
{
background-color: #BC2ECB;
}
.BgClassName
{
background-color: #BC2ECB;
}
</style>
border-color css
<style>
span { border-color: #BC2ECB; }
span { border-color: rgb(188,46,203); }
td.TdClassName
{
border-color: #BC2ECB;
}
.TagClassName
{
border-color: #BC2ECB;
}
</style>