Shades of Fuchsia #BC3EBC
Tints of Fuchsia #BC3EBC
RGB
CMYK
RGB Variations
Color information
#BC3EBC (or 0xBC3EBC) is known color: Fuchsia. HEX triplet: BC, 3E and BC. RGB value is (188,62,188). Sum of RGB (Red+Green+Blue) = 188+62+188=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 62 (24.61% from 255 or 14.16% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC3EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3EBC is #43C143. Grayscale: #717171. Windows color (decimal): -4440388 or 12336828. OLE color: 12336828.
HSL color Cylindrical-coordinate representation of color #BC3EBC: hue angle of 300º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC3EBC is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 188 | - |
| CMYK | 0 | 0.67 | 0 | 0.26 |
| HSL | 300º | 0.5% | 0.49% | - |
| HSV(B) | 300º | 0.67% | 0.74% | - |
| XYZ | 31.54 | 17.77 | 49.34 | - |
| YUV | 114.04 | 169.74 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 188 | 0 | 0.67 | 0 | 0.26 | 300 | 0.5 | 0.49 |
| Hex | BC | 3E | BC | 0 | 43 | 0 | 1A | 12C | 32 | 31 |
| Octal | 274 | 76 | 274 | 0 | 103 | 0 | 32 | 454 | 62 | 61 |
| Binary | 10111100 | 111110 | 10111100 | 0 | 1000011 | 0 | 11010 | 100101100 | 110010 | 110001 |
Color Harmonies of #BC3EBC
Complementary color
Monochromatic Colors of #BC3EBC
Black with #BC3EBC
Text Example
Text Example
White with #BC3EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3EBC; }
p { color: rgb(188,62,188); }
H1.HeaderClassName
{
color: #BC3EBC;
}
.AnyTagClassName
{
color: #BC3EBC;
}
</style>
background-color css
<style>
a { background-color: #BC3EBC; }
a { background-color: rgb(188,62,188); }
div.DivClassName
{
background-color: #BC3EBC;
}
.BgClassName
{
background-color: #BC3EBC;
}
</style>
border-color css
<style>
span { border-color: #BC3EBC; }
span { border-color: rgb(188,62,188); }
td.TdClassName
{
border-color: #BC3EBC;
}
.TagClassName
{
border-color: #BC3EBC;
}
</style>