Shades of Fuchsia #BE59A8
Tints of Fuchsia #BE59A8
RGB
CMYK
RGB Variations
Color information
#BE59A8 (or 0xBE59A8) is known color: Fuchsia. HEX triplet: BE, 59 and A8. RGB value is (190,89,168). Sum of RGB (Red+Green+Blue) = 190+89+168=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE59A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE59A8 is #41A657. Grayscale: #7F7F7F. Windows color (decimal): -4302424 or 11033022. OLE color: 11033022.
HSL color Cylindrical-coordinate representation of color #BE59A8: hue angle of 313.07º 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 #BE59A8 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 89 | 168 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.25 |
| HSL | 313.07º | 0.44% | 0.55% | - |
| HSV(B) | 313.07º | 0.53% | 0.75% | - |
| XYZ | 31.88 | 20.92 | 39.4 | - |
| YUV | 128.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 89 | 168 | 0 | 0.53 | 0.12 | 0.25 | 313.07 | 0.44 | 0.55 |
| Hex | BE | 59 | A8 | 0 | 35 | C | 19 | 139 | 2C | 37 |
| Octal | 276 | 131 | 250 | 0 | 65 | 14 | 31 | 471 | 54 | 67 |
| Binary | 10111110 | 1011001 | 10101000 | 0 | 110101 | 1100 | 11001 | 100111001 | 101100 | 110111 |
Color Harmonies of #BE59A8
Complementary color
Monochromatic Colors of #BE59A8
Black with #BE59A8
Text Example
Text Example
White with #BE59A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE59A8; }
p { color: rgb(190,89,168); }
H1.HeaderClassName
{
color: #BE59A8;
}
.AnyTagClassName
{
color: #BE59A8;
}
</style>
background-color css
<style>
a { background-color: #BE59A8; }
a { background-color: rgb(190,89,168); }
div.DivClassName
{
background-color: #BE59A8;
}
.BgClassName
{
background-color: #BE59A8;
}
</style>
border-color css
<style>
span { border-color: #BE59A8; }
span { border-color: rgb(190,89,168); }
td.TdClassName
{
border-color: #BE59A8;
}
.TagClassName
{
border-color: #BE59A8;
}
</style>