Shades of Fuchsia #BE59AA
Tints of Fuchsia #BE59AA
RGB
CMYK
RGB Variations
Color information
#BE59AA (or 0xBE59AA) is known color: Fuchsia. HEX triplet: BE, 59 and AA. RGB value is (190,89,170). Sum of RGB (Red+Green+Blue) = 190+89+170=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE59AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE59AA is #41A655. Grayscale: #808080. Windows color (decimal): -4302422 or 11164094. OLE color: 11164094.
HSL color Cylindrical-coordinate representation of color #BE59AA: hue angle of 311.88º degrees, saturation: 0.44, 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 #BE59AA is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 89 | 170 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.25 |
| HSL | 311.88º | 0.44% | 0.55% | - |
| HSV(B) | 311.88º | 0.53% | 0.75% | - |
| XYZ | 32.06 | 20.99 | 40.39 | - |
| YUV | 128.43 | 151.46 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 89 | 170 | 0 | 0.53 | 0.11 | 0.25 | 311.88 | 0.44 | 0.55 |
| Hex | BE | 59 | AA | 0 | 35 | B | 19 | 138 | 2C | 37 |
| Octal | 276 | 131 | 252 | 0 | 65 | 13 | 31 | 470 | 54 | 67 |
| Binary | 10111110 | 1011001 | 10101010 | 0 | 110101 | 1011 | 11001 | 100111000 | 101100 | 110111 |
Color Harmonies of #BE59AA
Complementary color
Monochromatic Colors of #BE59AA
Black with #BE59AA
Text Example
Text Example
White with #BE59AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE59AA; }
p { color: rgb(190,89,170); }
H1.HeaderClassName
{
color: #BE59AA;
}
.AnyTagClassName
{
color: #BE59AA;
}
</style>
background-color css
<style>
a { background-color: #BE59AA; }
a { background-color: rgb(190,89,170); }
div.DivClassName
{
background-color: #BE59AA;
}
.BgClassName
{
background-color: #BE59AA;
}
</style>
border-color css
<style>
span { border-color: #BE59AA; }
span { border-color: rgb(190,89,170); }
td.TdClassName
{
border-color: #BE59AA;
}
.TagClassName
{
border-color: #BE59AA;
}
</style>