Shades of Fuchsia #BE4DAE
Tints of Fuchsia #BE4DAE
RGB
CMYK
RGB Variations
Color information
#BE4DAE (or 0xBE4DAE) is known color: Fuchsia. HEX triplet: BE, 4D and AE. RGB value is (190,77,174). Sum of RGB (Red+Green+Blue) = 190+77+174=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4DAE is #41B251. Grayscale: #797979. Windows color (decimal): -4305490 or 11423166. OLE color: 11423166.
HSL color Cylindrical-coordinate representation of color #BE4DAE: hue angle of 308.5º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE4DAE is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 174 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.25 |
| HSL | 308.5º | 0.47% | 0.52% | - |
| HSV(B) | 308.5º | 0.59% | 0.75% | - |
| XYZ | 31.53 | 19.31 | 42.11 | - |
| YUV | 121.85 | 157.44 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 174 | 0 | 0.59 | 0.08 | 0.25 | 308.5 | 0.47 | 0.52 |
| Hex | BE | 4D | AE | 0 | 3B | 8 | 19 | 134 | 2F | 34 |
| Octal | 276 | 115 | 256 | 0 | 73 | 10 | 31 | 464 | 57 | 64 |
| Binary | 10111110 | 1001101 | 10101110 | 0 | 111011 | 1000 | 11001 | 100110100 | 101111 | 110100 |
Color Harmonies of #BE4DAE
Complementary color
Monochromatic Colors of #BE4DAE
Black with #BE4DAE
Text Example
Text Example
White with #BE4DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4DAE; }
p { color: rgb(190,77,174); }
H1.HeaderClassName
{
color: #BE4DAE;
}
.AnyTagClassName
{
color: #BE4DAE;
}
</style>
background-color css
<style>
a { background-color: #BE4DAE; }
a { background-color: rgb(190,77,174); }
div.DivClassName
{
background-color: #BE4DAE;
}
.BgClassName
{
background-color: #BE4DAE;
}
</style>
border-color css
<style>
span { border-color: #BE4DAE; }
span { border-color: rgb(190,77,174); }
td.TdClassName
{
border-color: #BE4DAE;
}
.TagClassName
{
border-color: #BE4DAE;
}
</style>