Shades of Fuchsia #BC3EAE
Tints of Fuchsia #BC3EAE
RGB
CMYK
RGB Variations
Color information
#BC3EAE (or 0xBC3EAE) is known color: Fuchsia. HEX triplet: BC, 3E and AE. RGB value is (188,62,174). Sum of RGB (Red+Green+Blue) = 188+62+174=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 62 (24.61% from 255 or 14.62% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3EAE is #43C151. Grayscale: #707070. Windows color (decimal): -4440402 or 11419324. OLE color: 11419324.
HSL color Cylindrical-coordinate representation of color #BC3EAE: hue angle of 306.67º 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 #BC3EAE is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 174 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.26 |
| HSL | 306.67º | 0.5% | 0.49% | - |
| HSV(B) | 306.67º | 0.67% | 0.74% | - |
| XYZ | 30.1 | 17.19 | 41.78 | - |
| YUV | 112.44 | 162.74 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 174 | 0 | 0.67 | 0.07 | 0.26 | 306.67 | 0.5 | 0.49 |
| Hex | BC | 3E | AE | 0 | 43 | 7 | 1A | 133 | 32 | 31 |
| Octal | 274 | 76 | 256 | 0 | 103 | 7 | 32 | 463 | 62 | 61 |
| Binary | 10111100 | 111110 | 10101110 | 0 | 1000011 | 111 | 11010 | 100110011 | 110010 | 110001 |
Color Harmonies of #BC3EAE
Complementary color
Monochromatic Colors of #BC3EAE
Black with #BC3EAE
Text Example
Text Example
White with #BC3EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3EAE; }
p { color: rgb(188,62,174); }
H1.HeaderClassName
{
color: #BC3EAE;
}
.AnyTagClassName
{
color: #BC3EAE;
}
</style>
background-color css
<style>
a { background-color: #BC3EAE; }
a { background-color: rgb(188,62,174); }
div.DivClassName
{
background-color: #BC3EAE;
}
.BgClassName
{
background-color: #BC3EAE;
}
</style>
border-color css
<style>
span { border-color: #BC3EAE; }
span { border-color: rgb(188,62,174); }
td.TdClassName
{
border-color: #BC3EAE;
}
.TagClassName
{
border-color: #BC3EAE;
}
</style>