Shades of Fuchsia #BE2AB4
Tints of Fuchsia #BE2AB4
RGB
CMYK
RGB Variations
Color information
#BE2AB4 (or 0xBE2AB4) is known color: Fuchsia. HEX triplet: BE, 2A and B4. RGB value is (190,42,180). Sum of RGB (Red+Green+Blue) = 190+42+180=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 42 (16.80% from 255 or 10.19% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2AB4 is #41D54B. Grayscale: #656565. Windows color (decimal): -4314444 or 11807422. OLE color: 11807422.
HSL color Cylindrical-coordinate representation of color #BE2AB4: hue angle of 304.05º 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 #BE2AB4 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 180 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.25 |
| HSL | 304.05º | 0.64% | 0.45% | - |
| HSV(B) | 304.05º | 0.78% | 0.75% | - |
| XYZ | 30.3 | 15.9 | 44.65 | - |
| YUV | 101.98 | 172.03 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 180 | 0 | 0.78 | 0.05 | 0.25 | 304.05 | 0.64 | 0.45 |
| Hex | BE | 2A | B4 | 0 | 4E | 5 | 19 | 130 | 40 | 2D |
| Octal | 276 | 52 | 264 | 0 | 116 | 5 | 31 | 460 | 100 | 55 |
| Binary | 10111110 | 101010 | 10110100 | 0 | 1001110 | 101 | 11001 | 100110000 | 1000000 | 101101 |
Color Harmonies of #BE2AB4
Complementary color
Monochromatic Colors of #BE2AB4
Black with #BE2AB4
Text Example
Text Example
White with #BE2AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2AB4; }
p { color: rgb(190,42,180); }
H1.HeaderClassName
{
color: #BE2AB4;
}
.AnyTagClassName
{
color: #BE2AB4;
}
</style>
background-color css
<style>
a { background-color: #BE2AB4; }
a { background-color: rgb(190,42,180); }
div.DivClassName
{
background-color: #BE2AB4;
}
.BgClassName
{
background-color: #BE2AB4;
}
</style>
border-color css
<style>
span { border-color: #BE2AB4; }
span { border-color: rgb(190,42,180); }
td.TdClassName
{
border-color: #BE2AB4;
}
.TagClassName
{
border-color: #BE2AB4;
}
</style>