Shades of Fuchsia #BE5AAE
Tints of Fuchsia #BE5AAE
RGB
CMYK
RGB Variations
Color information
#BE5AAE (or 0xBE5AAE) is known color: Fuchsia. HEX triplet: BE, 5A and AE. RGB value is (190,90,174). Sum of RGB (Red+Green+Blue) = 190+90+174=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5AAE is #41A551. Grayscale: #818181. Windows color (decimal): -4302162 or 11426494. OLE color: 11426494.
HSL color Cylindrical-coordinate representation of color #BE5AAE: hue angle of 309.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE5AAE is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 90 | 174 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.25 |
| HSL | 309.6º | 0.43% | 0.55% | - |
| HSV(B) | 309.6º | 0.53% | 0.75% | - |
| XYZ | 32.53 | 21.32 | 42.44 | - |
| YUV | 129.48 | 153.13 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 174 | 0 | 0.53 | 0.08 | 0.25 | 309.6 | 0.43 | 0.55 |
| Hex | BE | 5A | AE | 0 | 35 | 8 | 19 | 136 | 2B | 37 |
| Octal | 276 | 132 | 256 | 0 | 65 | 10 | 31 | 466 | 53 | 67 |
| Binary | 10111110 | 1011010 | 10101110 | 0 | 110101 | 1000 | 11001 | 100110110 | 101011 | 110111 |
Color Harmonies of #BE5AAE
Complementary color
Monochromatic Colors of #BE5AAE
Black with #BE5AAE
Text Example
Text Example
White with #BE5AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5AAE; }
p { color: rgb(190,90,174); }
H1.HeaderClassName
{
color: #BE5AAE;
}
.AnyTagClassName
{
color: #BE5AAE;
}
</style>
background-color css
<style>
a { background-color: #BE5AAE; }
a { background-color: rgb(190,90,174); }
div.DivClassName
{
background-color: #BE5AAE;
}
.BgClassName
{
background-color: #BE5AAE;
}
</style>
border-color css
<style>
span { border-color: #BE5AAE; }
span { border-color: rgb(190,90,174); }
td.TdClassName
{
border-color: #BE5AAE;
}
.TagClassName
{
border-color: #BE5AAE;
}
</style>