Shades of Fuchsia #BE5AAA
Tints of Fuchsia #BE5AAA
RGB
CMYK
RGB Variations
Color information
#BE5AAA (or 0xBE5AAA) is known color: Fuchsia. HEX triplet: BE, 5A and AA. RGB value is (190,90,170). Sum of RGB (Red+Green+Blue) = 190+90+170=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5AAA is #41A555. Grayscale: #808080. Windows color (decimal): -4302166 or 11164350. OLE color: 11164350.
HSL color Cylindrical-coordinate representation of color #BE5AAA: hue angle of 312º 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 #BE5AAA is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 90 | 170 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.25 |
| HSL | 312º | 0.43% | 0.55% | - |
| HSV(B) | 312º | 0.53% | 0.75% | - |
| XYZ | 32.15 | 21.16 | 40.42 | - |
| YUV | 129.02 | 151.13 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 170 | 0 | 0.53 | 0.11 | 0.25 | 312 | 0.43 | 0.55 |
| Hex | BE | 5A | AA | 0 | 35 | B | 19 | 138 | 2B | 37 |
| Octal | 276 | 132 | 252 | 0 | 65 | 13 | 31 | 470 | 53 | 67 |
| Binary | 10111110 | 1011010 | 10101010 | 0 | 110101 | 1011 | 11001 | 100111000 | 101011 | 110111 |
Color Harmonies of #BE5AAA
Complementary color
Monochromatic Colors of #BE5AAA
Black with #BE5AAA
Text Example
Text Example
White with #BE5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5AAA; }
p { color: rgb(190,90,170); }
H1.HeaderClassName
{
color: #BE5AAA;
}
.AnyTagClassName
{
color: #BE5AAA;
}
</style>
background-color css
<style>
a { background-color: #BE5AAA; }
a { background-color: rgb(190,90,170); }
div.DivClassName
{
background-color: #BE5AAA;
}
.BgClassName
{
background-color: #BE5AAA;
}
</style>
border-color css
<style>
span { border-color: #BE5AAA; }
span { border-color: rgb(190,90,170); }
td.TdClassName
{
border-color: #BE5AAA;
}
.TagClassName
{
border-color: #BE5AAA;
}
</style>