Shades of Fuchsia #BE2AB5
Tints of Fuchsia #BE2AB5
RGB
CMYK
RGB Variations
Color information
#BE2AB5 (or 0xBE2AB5) is known color: Fuchsia. HEX triplet: BE, 2A and B5. RGB value is (190,42,181). Sum of RGB (Red+Green+Blue) = 190+42+181=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2AB5 is #41D54A. Grayscale: #656565. Windows color (decimal): -4314443 or 11872958. OLE color: 11872958.
HSL color Cylindrical-coordinate representation of color #BE2AB5: hue angle of 303.65º 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 #BE2AB5 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 181 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.25 |
| HSL | 303.65º | 0.64% | 0.45% | - |
| HSV(B) | 303.65º | 0.78% | 0.75% | - |
| XYZ | 30.4 | 15.94 | 45.19 | - |
| YUV | 102.1 | 172.53 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 181 | 0 | 0.78 | 0.05 | 0.25 | 303.65 | 0.64 | 0.45 |
| Hex | BE | 2A | B5 | 0 | 4E | 5 | 19 | 130 | 40 | 2D |
| Octal | 276 | 52 | 265 | 0 | 116 | 5 | 31 | 460 | 100 | 55 |
| Binary | 10111110 | 101010 | 10110101 | 0 | 1001110 | 101 | 11001 | 100110000 | 1000000 | 101101 |
Color Harmonies of #BE2AB5
Complementary color
Monochromatic Colors of #BE2AB5
Black with #BE2AB5
Text Example
Text Example
White with #BE2AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2AB5; }
p { color: rgb(190,42,181); }
H1.HeaderClassName
{
color: #BE2AB5;
}
.AnyTagClassName
{
color: #BE2AB5;
}
</style>
background-color css
<style>
a { background-color: #BE2AB5; }
a { background-color: rgb(190,42,181); }
div.DivClassName
{
background-color: #BE2AB5;
}
.BgClassName
{
background-color: #BE2AB5;
}
</style>
border-color css
<style>
span { border-color: #BE2AB5; }
span { border-color: rgb(190,42,181); }
td.TdClassName
{
border-color: #BE2AB5;
}
.TagClassName
{
border-color: #BE2AB5;
}
</style>