Shades of Fuchsia #BE5AA6
Tints of Fuchsia #BE5AA6
RGB
CMYK
RGB Variations
Color information
#BE5AA6 (or 0xBE5AA6) is known color: Fuchsia. HEX triplet: BE, 5A and A6. RGB value is (190,90,166). Sum of RGB (Red+Green+Blue) = 190+90+166=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5AA6 is #41A559. Grayscale: #808080. Windows color (decimal): -4302170 or 10902206. OLE color: 10902206.
HSL color Cylindrical-coordinate representation of color #BE5AA6: hue angle of 314.4º degrees, saturation: 0.43, 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 #BE5AA6 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 90 | 166 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.25 |
| HSL | 314.4º | 0.43% | 0.55% | - |
| HSV(B) | 314.4º | 0.53% | 0.75% | - |
| XYZ | 31.77 | 21.01 | 38.46 | - |
| YUV | 128.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 166 | 0 | 0.53 | 0.13 | 0.25 | 314.4 | 0.43 | 0.55 |
| Hex | BE | 5A | A6 | 0 | 35 | D | 19 | 13A | 2B | 37 |
| Octal | 276 | 132 | 246 | 0 | 65 | 15 | 31 | 472 | 53 | 67 |
| Binary | 10111110 | 1011010 | 10100110 | 0 | 110101 | 1101 | 11001 | 100111010 | 101011 | 110111 |
Color Harmonies of #BE5AA6
Complementary color
Monochromatic Colors of #BE5AA6
Black with #BE5AA6
Text Example
Text Example
White with #BE5AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5AA6; }
p { color: rgb(190,90,166); }
H1.HeaderClassName
{
color: #BE5AA6;
}
.AnyTagClassName
{
color: #BE5AA6;
}
</style>
background-color css
<style>
a { background-color: #BE5AA6; }
a { background-color: rgb(190,90,166); }
div.DivClassName
{
background-color: #BE5AA6;
}
.BgClassName
{
background-color: #BE5AA6;
}
</style>
border-color css
<style>
span { border-color: #BE5AA6; }
span { border-color: rgb(190,90,166); }
td.TdClassName
{
border-color: #BE5AA6;
}
.TagClassName
{
border-color: #BE5AA6;
}
</style>