Shades of Fuchsia #BC2FAE
Tints of Fuchsia #BC2FAE
RGB
CMYK
RGB Variations
Color information
#BC2FAE (or 0xBC2FAE) is known color: Fuchsia. HEX triplet: BC, 2F and AE. RGB value is (188,47,174). Sum of RGB (Red+Green+Blue) = 188+47+174=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 47 (18.75% from 255 or 11.49% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2FAE is #43D051. Grayscale: #676767. Windows color (decimal): -4444242 or 11415484. OLE color: 11415484.
HSL color Cylindrical-coordinate representation of color #BC2FAE: hue angle of 305.96º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2FAE is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 174 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.26 |
| HSL | 305.96º | 0.6% | 0.46% | - |
| HSV(B) | 305.96º | 0.75% | 0.74% | - |
| XYZ | 29.4 | 15.78 | 41.54 | - |
| YUV | 103.64 | 167.71 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 174 | 0 | 0.75 | 0.07 | 0.26 | 305.96 | 0.6 | 0.46 |
| Hex | BC | 2F | AE | 0 | 4B | 7 | 1A | 132 | 3C | 2E |
| Octal | 274 | 57 | 256 | 0 | 113 | 7 | 32 | 462 | 74 | 56 |
| Binary | 10111100 | 101111 | 10101110 | 0 | 1001011 | 111 | 11010 | 100110010 | 111100 | 101110 |
Color Harmonies of #BC2FAE
Complementary color
Monochromatic Colors of #BC2FAE
Black with #BC2FAE
Text Example
Text Example
White with #BC2FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2FAE; }
p { color: rgb(188,47,174); }
H1.HeaderClassName
{
color: #BC2FAE;
}
.AnyTagClassName
{
color: #BC2FAE;
}
</style>
background-color css
<style>
a { background-color: #BC2FAE; }
a { background-color: rgb(188,47,174); }
div.DivClassName
{
background-color: #BC2FAE;
}
.BgClassName
{
background-color: #BC2FAE;
}
</style>
border-color css
<style>
span { border-color: #BC2FAE; }
span { border-color: rgb(188,47,174); }
td.TdClassName
{
border-color: #BC2FAE;
}
.TagClassName
{
border-color: #BC2FAE;
}
</style>