Shades of Fuchsia #BE4DAA
Tints of Fuchsia #BE4DAA
RGB
CMYK
RGB Variations
Color information
#BE4DAA (or 0xBE4DAA) is known color: Fuchsia. HEX triplet: BE, 4D and AA. RGB value is (190,77,170). Sum of RGB (Red+Green+Blue) = 190+77+170=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4DAA is #41B255. Grayscale: #797979. Windows color (decimal): -4305494 or 11161022. OLE color: 11161022.
HSL color Cylindrical-coordinate representation of color #BE4DAA: hue angle of 310.62º 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 #BE4DAA is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 170 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.25 |
| HSL | 310.62º | 0.47% | 0.52% | - |
| HSV(B) | 310.62º | 0.59% | 0.75% | - |
| XYZ | 31.14 | 19.16 | 40.09 | - |
| YUV | 121.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 170 | 0 | 0.59 | 0.11 | 0.25 | 310.62 | 0.47 | 0.52 |
| Hex | BE | 4D | AA | 0 | 3B | B | 19 | 137 | 2F | 34 |
| Octal | 276 | 115 | 252 | 0 | 73 | 13 | 31 | 467 | 57 | 64 |
| Binary | 10111110 | 1001101 | 10101010 | 0 | 111011 | 1011 | 11001 | 100110111 | 101111 | 110100 |
Color Harmonies of #BE4DAA
Complementary color
Monochromatic Colors of #BE4DAA
Black with #BE4DAA
Text Example
Text Example
White with #BE4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4DAA; }
p { color: rgb(190,77,170); }
H1.HeaderClassName
{
color: #BE4DAA;
}
.AnyTagClassName
{
color: #BE4DAA;
}
</style>
background-color css
<style>
a { background-color: #BE4DAA; }
a { background-color: rgb(190,77,170); }
div.DivClassName
{
background-color: #BE4DAA;
}
.BgClassName
{
background-color: #BE4DAA;
}
</style>
border-color css
<style>
span { border-color: #BE4DAA; }
span { border-color: rgb(190,77,170); }
td.TdClassName
{
border-color: #BE4DAA;
}
.TagClassName
{
border-color: #BE4DAA;
}
</style>