Shades of Fuchsia #BE2AAF
Tints of Fuchsia #BE2AAF
RGB
CMYK
RGB Variations
Color information
#BE2AAF (or 0xBE2AAF) is known color: Fuchsia. HEX triplet: BE, 2A and AF. RGB value is (190,42,175). Sum of RGB (Red+Green+Blue) = 190+42+175=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 42 (16.80% from 255 or 10.32% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2AAF is #41D550. Grayscale: #656565. Windows color (decimal): -4314449 or 11479742. OLE color: 11479742.
HSL color Cylindrical-coordinate representation of color #BE2AAF: hue angle of 306.08º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2AAF is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 175 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.25 |
| HSL | 306.08º | 0.64% | 0.45% | - |
| HSV(B) | 306.08º | 0.78% | 0.75% | - |
| XYZ | 29.8 | 15.7 | 42.02 | - |
| YUV | 101.41 | 169.53 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 175 | 0 | 0.78 | 0.08 | 0.25 | 306.08 | 0.64 | 0.45 |
| Hex | BE | 2A | AF | 0 | 4E | 8 | 19 | 132 | 40 | 2D |
| Octal | 276 | 52 | 257 | 0 | 116 | 10 | 31 | 462 | 100 | 55 |
| Binary | 10111110 | 101010 | 10101111 | 0 | 1001110 | 1000 | 11001 | 100110010 | 1000000 | 101101 |
Color Harmonies of #BE2AAF
Complementary color
Monochromatic Colors of #BE2AAF
Black with #BE2AAF
Text Example
Text Example
White with #BE2AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2AAF; }
p { color: rgb(190,42,175); }
H1.HeaderClassName
{
color: #BE2AAF;
}
.AnyTagClassName
{
color: #BE2AAF;
}
</style>
background-color css
<style>
a { background-color: #BE2AAF; }
a { background-color: rgb(190,42,175); }
div.DivClassName
{
background-color: #BE2AAF;
}
.BgClassName
{
background-color: #BE2AAF;
}
</style>
border-color css
<style>
span { border-color: #BE2AAF; }
span { border-color: rgb(190,42,175); }
td.TdClassName
{
border-color: #BE2AAF;
}
.TagClassName
{
border-color: #BE2AAF;
}
</style>