Shades of Fuchsia #BC2AAE
Tints of Fuchsia #BC2AAE
RGB
CMYK
RGB Variations
Color information
#BC2AAE (or 0xBC2AAE) is known color: Fuchsia. HEX triplet: BC, 2A and AE. RGB value is (188,42,174). Sum of RGB (Red+Green+Blue) = 188+42+174=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2AAE is #43D551. Grayscale: #646464. Windows color (decimal): -4445522 or 11414204. OLE color: 11414204.
HSL color Cylindrical-coordinate representation of color #BC2AAE: hue angle of 305.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2AAE is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 42 | 174 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.26 |
| HSL | 305.75º | 0.63% | 0.45% | - |
| HSV(B) | 305.75º | 0.78% | 0.74% | - |
| XYZ | 29.21 | 15.4 | 41.48 | - |
| YUV | 100.7 | 169.37 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 174 | 0 | 0.78 | 0.07 | 0.26 | 305.75 | 0.63 | 0.45 |
| Hex | BC | 2A | AE | 0 | 4E | 7 | 1A | 132 | 3F | 2D |
| Octal | 274 | 52 | 256 | 0 | 116 | 7 | 32 | 462 | 77 | 55 |
| Binary | 10111100 | 101010 | 10101110 | 0 | 1001110 | 111 | 11010 | 100110010 | 111111 | 101101 |
Color Harmonies of #BC2AAE
Complementary color
Monochromatic Colors of #BC2AAE
Black with #BC2AAE
Text Example
Text Example
White with #BC2AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2AAE; }
p { color: rgb(188,42,174); }
H1.HeaderClassName
{
color: #BC2AAE;
}
.AnyTagClassName
{
color: #BC2AAE;
}
</style>
background-color css
<style>
a { background-color: #BC2AAE; }
a { background-color: rgb(188,42,174); }
div.DivClassName
{
background-color: #BC2AAE;
}
.BgClassName
{
background-color: #BC2AAE;
}
</style>
border-color css
<style>
span { border-color: #BC2AAE; }
span { border-color: rgb(188,42,174); }
td.TdClassName
{
border-color: #BC2AAE;
}
.TagClassName
{
border-color: #BC2AAE;
}
</style>