Shades of Fuchsia #BE4AAE
Tints of Fuchsia #BE4AAE
RGB
CMYK
RGB Variations
Color information
#BE4AAE (or 0xBE4AAE) is known color: Fuchsia. HEX triplet: BE, 4A and AE. RGB value is (190,74,174). Sum of RGB (Red+Green+Blue) = 190+74+174=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4AAE is #41B551. Grayscale: #777777. Windows color (decimal): -4306258 or 11422398. OLE color: 11422398.
HSL color Cylindrical-coordinate representation of color #BE4AAE: hue angle of 308.28º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4AAE is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 174 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.25 |
| HSL | 308.28º | 0.47% | 0.52% | - |
| HSV(B) | 308.28º | 0.61% | 0.75% | - |
| XYZ | 31.32 | 18.9 | 42.04 | - |
| YUV | 120.08 | 158.43 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 174 | 0 | 0.61 | 0.08 | 0.25 | 308.28 | 0.47 | 0.52 |
| Hex | BE | 4A | AE | 0 | 3D | 8 | 19 | 134 | 2F | 34 |
| Octal | 276 | 112 | 256 | 0 | 75 | 10 | 31 | 464 | 57 | 64 |
| Binary | 10111110 | 1001010 | 10101110 | 0 | 111101 | 1000 | 11001 | 100110100 | 101111 | 110100 |
Color Harmonies of #BE4AAE
Complementary color
Monochromatic Colors of #BE4AAE
Black with #BE4AAE
Text Example
Text Example
White with #BE4AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4AAE; }
p { color: rgb(190,74,174); }
H1.HeaderClassName
{
color: #BE4AAE;
}
.AnyTagClassName
{
color: #BE4AAE;
}
</style>
background-color css
<style>
a { background-color: #BE4AAE; }
a { background-color: rgb(190,74,174); }
div.DivClassName
{
background-color: #BE4AAE;
}
.BgClassName
{
background-color: #BE4AAE;
}
</style>
border-color css
<style>
span { border-color: #BE4AAE; }
span { border-color: rgb(190,74,174); }
td.TdClassName
{
border-color: #BE4AAE;
}
.TagClassName
{
border-color: #BE4AAE;
}
</style>