Shades of Fuchsia #BC2EAF
Tints of Fuchsia #BC2EAF
RGB
CMYK
RGB Variations
Color information
#BC2EAF (or 0xBC2EAF) is known color: Fuchsia. HEX triplet: BC, 2E and AF. RGB value is (188,46,175). Sum of RGB (Red+Green+Blue) = 188+46+175=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2EAF is #43D150. Grayscale: #666666. Windows color (decimal): -4444497 or 11480764. OLE color: 11480764.
HSL color Cylindrical-coordinate representation of color #BC2EAF: hue angle of 305.49º 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 #BC2EAF is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 46 | 175 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.26 |
| HSL | 305.49º | 0.61% | 0.46% | - |
| HSV(B) | 305.49º | 0.76% | 0.74% | - |
| XYZ | 29.45 | 15.74 | 42.04 | - |
| YUV | 103.16 | 168.54 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 175 | 0 | 0.76 | 0.07 | 0.26 | 305.49 | 0.61 | 0.46 |
| Hex | BC | 2E | AF | 0 | 4C | 7 | 1A | 131 | 3D | 2E |
| Octal | 274 | 56 | 257 | 0 | 114 | 7 | 32 | 461 | 75 | 56 |
| Binary | 10111100 | 101110 | 10101111 | 0 | 1001100 | 111 | 11010 | 100110001 | 111101 | 101110 |
Color Harmonies of #BC2EAF
Complementary color
Monochromatic Colors of #BC2EAF
Black with #BC2EAF
Text Example
Text Example
White with #BC2EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2EAF; }
p { color: rgb(188,46,175); }
H1.HeaderClassName
{
color: #BC2EAF;
}
.AnyTagClassName
{
color: #BC2EAF;
}
</style>
background-color css
<style>
a { background-color: #BC2EAF; }
a { background-color: rgb(188,46,175); }
div.DivClassName
{
background-color: #BC2EAF;
}
.BgClassName
{
background-color: #BC2EAF;
}
</style>
border-color css
<style>
span { border-color: #BC2EAF; }
span { border-color: rgb(188,46,175); }
td.TdClassName
{
border-color: #BC2EAF;
}
.TagClassName
{
border-color: #BC2EAF;
}
</style>