Shades of Fuchsia #BE3EAE
Tints of Fuchsia #BE3EAE
RGB
CMYK
RGB Variations
Color information
#BE3EAE (or 0xBE3EAE) is known color: Fuchsia. HEX triplet: BE, 3E and AE. RGB value is (190,62,174). Sum of RGB (Red+Green+Blue) = 190+62+174=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3EAE is #41C151. Grayscale: #707070. Windows color (decimal): -4309330 or 11419326. OLE color: 11419326.
HSL color Cylindrical-coordinate representation of color #BE3EAE: hue angle of 307.5º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3EAE is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 174 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.25 |
| HSL | 307.5º | 0.51% | 0.49% | - |
| HSV(B) | 307.5º | 0.67% | 0.75% | - |
| XYZ | 30.6 | 17.45 | 41.8 | - |
| YUV | 113.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 174 | 0 | 0.67 | 0.08 | 0.25 | 307.5 | 0.51 | 0.49 |
| Hex | BE | 3E | AE | 0 | 43 | 8 | 19 | 134 | 33 | 31 |
| Octal | 276 | 76 | 256 | 0 | 103 | 10 | 31 | 464 | 63 | 61 |
| Binary | 10111110 | 111110 | 10101110 | 0 | 1000011 | 1000 | 11001 | 100110100 | 110011 | 110001 |
Color Harmonies of #BE3EAE
Complementary color
Monochromatic Colors of #BE3EAE
Black with #BE3EAE
Text Example
Text Example
White with #BE3EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3EAE; }
p { color: rgb(190,62,174); }
H1.HeaderClassName
{
color: #BE3EAE;
}
.AnyTagClassName
{
color: #BE3EAE;
}
</style>
background-color css
<style>
a { background-color: #BE3EAE; }
a { background-color: rgb(190,62,174); }
div.DivClassName
{
background-color: #BE3EAE;
}
.BgClassName
{
background-color: #BE3EAE;
}
</style>
border-color css
<style>
span { border-color: #BE3EAE; }
span { border-color: rgb(190,62,174); }
td.TdClassName
{
border-color: #BE3EAE;
}
.TagClassName
{
border-color: #BE3EAE;
}
</style>