Shades of Fuchsia #BE2EAE
Tints of Fuchsia #BE2EAE
RGB
CMYK
RGB Variations
Color information
#BE2EAE (or 0xBE2EAE) is known color: Fuchsia. HEX triplet: BE, 2E and AE. RGB value is (190,46,174). Sum of RGB (Red+Green+Blue) = 190+46+174=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 46 (18.36% from 255 or 11.22% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2EAE is #41D151. Grayscale: #676767. Windows color (decimal): -4313426 or 11415230. OLE color: 11415230.
HSL color Cylindrical-coordinate representation of color #BE2EAE: hue angle of 306.67º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2EAE is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 46 | 174 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.25 |
| HSL | 306.67º | 0.61% | 0.46% | - |
| HSV(B) | 306.67º | 0.76% | 0.75% | - |
| XYZ | 29.85 | 15.96 | 41.55 | - |
| YUV | 103.65 | 167.71 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 174 | 0 | 0.76 | 0.08 | 0.25 | 306.67 | 0.61 | 0.46 |
| Hex | BE | 2E | AE | 0 | 4C | 8 | 19 | 133 | 3D | 2E |
| Octal | 276 | 56 | 256 | 0 | 114 | 10 | 31 | 463 | 75 | 56 |
| Binary | 10111110 | 101110 | 10101110 | 0 | 1001100 | 1000 | 11001 | 100110011 | 111101 | 101110 |
Color Harmonies of #BE2EAE
Complementary color
Monochromatic Colors of #BE2EAE
Black with #BE2EAE
Text Example
Text Example
White with #BE2EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2EAE; }
p { color: rgb(190,46,174); }
H1.HeaderClassName
{
color: #BE2EAE;
}
.AnyTagClassName
{
color: #BE2EAE;
}
</style>
background-color css
<style>
a { background-color: #BE2EAE; }
a { background-color: rgb(190,46,174); }
div.DivClassName
{
background-color: #BE2EAE;
}
.BgClassName
{
background-color: #BE2EAE;
}
</style>
border-color css
<style>
span { border-color: #BE2EAE; }
span { border-color: rgb(190,46,174); }
td.TdClassName
{
border-color: #BE2EAE;
}
.TagClassName
{
border-color: #BE2EAE;
}
</style>