Shades of Fuchsia #BC2EBB
Tints of Fuchsia #BC2EBB
RGB
CMYK
RGB Variations
Color information
#BC2EBB (or 0xBC2EBB) is known color: Fuchsia. HEX triplet: BC, 2E and BB. RGB value is (188,46,187). Sum of RGB (Red+Green+Blue) = 188+46+187=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 46 (18.36% from 255 or 10.93% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2EBB is #43D144. Grayscale: #686868. Windows color (decimal): -4444485 or 12267196. OLE color: 12267196.
HSL color Cylindrical-coordinate representation of color #BC2EBB: hue angle of 300.42º 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 #BC2EBB is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 46 | 187 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.26 |
| HSL | 300.42º | 0.61% | 0.46% | - |
| HSV(B) | 300.42º | 0.76% | 0.74% | - |
| XYZ | 30.69 | 16.23 | 48.53 | - |
| YUV | 104.53 | 174.54 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 187 | 0 | 0.76 | 0.01 | 0.26 | 300.42 | 0.61 | 0.46 |
| Hex | BC | 2E | BB | 0 | 4C | 1 | 1A | 12C | 3D | 2E |
| Octal | 274 | 56 | 273 | 0 | 114 | 1 | 32 | 454 | 75 | 56 |
| Binary | 10111100 | 101110 | 10111011 | 0 | 1001100 | 1 | 11010 | 100101100 | 111101 | 101110 |
Color Harmonies of #BC2EBB
Complementary color
Monochromatic Colors of #BC2EBB
Black with #BC2EBB
Text Example
Text Example
White with #BC2EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2EBB; }
p { color: rgb(188,46,187); }
H1.HeaderClassName
{
color: #BC2EBB;
}
.AnyTagClassName
{
color: #BC2EBB;
}
</style>
background-color css
<style>
a { background-color: #BC2EBB; }
a { background-color: rgb(188,46,187); }
div.DivClassName
{
background-color: #BC2EBB;
}
.BgClassName
{
background-color: #BC2EBB;
}
</style>
border-color css
<style>
span { border-color: #BC2EBB; }
span { border-color: rgb(188,46,187); }
td.TdClassName
{
border-color: #BC2EBB;
}
.TagClassName
{
border-color: #BC2EBB;
}
</style>