Shades of Fuchsia #BE54AA
Tints of Fuchsia #BE54AA
RGB
CMYK
RGB Variations
Color information
#BE54AA (or 0xBE54AA) is known color: Fuchsia. HEX triplet: BE, 54 and AA. RGB value is (190,84,170). Sum of RGB (Red+Green+Blue) = 190+84+170=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE54AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE54AA is #41AB55. Grayscale: #7D7D7D. Windows color (decimal): -4303702 or 11162814. OLE color: 11162814.
HSL color Cylindrical-coordinate representation of color #BE54AA: hue angle of 311.32º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE54AA is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 84 | 170 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.25 |
| HSL | 311.32º | 0.45% | 0.54% | - |
| HSV(B) | 311.32º | 0.56% | 0.75% | - |
| XYZ | 31.66 | 20.19 | 40.26 | - |
| YUV | 125.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 84 | 170 | 0 | 0.56 | 0.11 | 0.25 | 311.32 | 0.45 | 0.54 |
| Hex | BE | 54 | AA | 0 | 38 | B | 19 | 137 | 2D | 36 |
| Octal | 276 | 124 | 252 | 0 | 70 | 13 | 31 | 467 | 55 | 66 |
| Binary | 10111110 | 1010100 | 10101010 | 0 | 111000 | 1011 | 11001 | 100110111 | 101101 | 110110 |
Color Harmonies of #BE54AA
Complementary color
Monochromatic Colors of #BE54AA
Black with #BE54AA
Text Example
Text Example
White with #BE54AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE54AA; }
p { color: rgb(190,84,170); }
H1.HeaderClassName
{
color: #BE54AA;
}
.AnyTagClassName
{
color: #BE54AA;
}
</style>
background-color css
<style>
a { background-color: #BE54AA; }
a { background-color: rgb(190,84,170); }
div.DivClassName
{
background-color: #BE54AA;
}
.BgClassName
{
background-color: #BE54AA;
}
</style>
border-color css
<style>
span { border-color: #BE54AA; }
span { border-color: rgb(190,84,170); }
td.TdClassName
{
border-color: #BE54AA;
}
.TagClassName
{
border-color: #BE54AA;
}
</style>