Shades of Fuchsia #BE2AB1
Tints of Fuchsia #BE2AB1
RGB
CMYK
RGB Variations
Color information
#BE2AB1 (or 0xBE2AB1) is known color: Fuchsia. HEX triplet: BE, 2A and B1. RGB value is (190,42,177). Sum of RGB (Red+Green+Blue) = 190+42+177=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 177 (69.53% from 255 or 43.28% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2AB1 is #41D54E. Grayscale: #656565. Windows color (decimal): -4314447 or 11610814. OLE color: 11610814.
HSL color Cylindrical-coordinate representation of color #BE2AB1: hue angle of 305.27º 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 #BE2AB1 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 177 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.25 |
| HSL | 305.27º | 0.64% | 0.45% | - |
| HSV(B) | 305.27º | 0.78% | 0.75% | - |
| XYZ | 30 | 15.78 | 43.06 | - |
| YUV | 101.64 | 170.53 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 177 | 0 | 0.78 | 0.07 | 0.25 | 305.27 | 0.64 | 0.45 |
| Hex | BE | 2A | B1 | 0 | 4E | 7 | 19 | 131 | 40 | 2D |
| Octal | 276 | 52 | 261 | 0 | 116 | 7 | 31 | 461 | 100 | 55 |
| Binary | 10111110 | 101010 | 10110001 | 0 | 1001110 | 111 | 11001 | 100110001 | 1000000 | 101101 |
Color Harmonies of #BE2AB1
Complementary color
Monochromatic Colors of #BE2AB1
Black with #BE2AB1
Text Example
Text Example
White with #BE2AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2AB1; }
p { color: rgb(190,42,177); }
H1.HeaderClassName
{
color: #BE2AB1;
}
.AnyTagClassName
{
color: #BE2AB1;
}
</style>
background-color css
<style>
a { background-color: #BE2AB1; }
a { background-color: rgb(190,42,177); }
div.DivClassName
{
background-color: #BE2AB1;
}
.BgClassName
{
background-color: #BE2AB1;
}
</style>
border-color css
<style>
span { border-color: #BE2AB1; }
span { border-color: rgb(190,42,177); }
td.TdClassName
{
border-color: #BE2AB1;
}
.TagClassName
{
border-color: #BE2AB1;
}
</style>