Shades of Fuchsia #BE2AB7
Tints of Fuchsia #BE2AB7
RGB
CMYK
RGB Variations
Color information
#BE2AB7 (or 0xBE2AB7) is known color: Fuchsia. HEX triplet: BE, 2A and B7. RGB value is (190,42,183). Sum of RGB (Red+Green+Blue) = 190+42+183=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 183 (71.88% from 255 or 44.10% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2AB7 is #41D548. Grayscale: #656565. Windows color (decimal): -4314441 or 12004030. OLE color: 12004030.
HSL color Cylindrical-coordinate representation of color #BE2AB7: hue angle of 302.84º 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 #BE2AB7 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 183 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.25 |
| HSL | 302.84º | 0.64% | 0.45% | - |
| HSV(B) | 302.84º | 0.78% | 0.75% | - |
| XYZ | 30.61 | 16.02 | 46.28 | - |
| YUV | 102.33 | 173.53 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 183 | 0 | 0.78 | 0.04 | 0.25 | 302.84 | 0.64 | 0.45 |
| Hex | BE | 2A | B7 | 0 | 4E | 4 | 19 | 12F | 40 | 2D |
| Octal | 276 | 52 | 267 | 0 | 116 | 4 | 31 | 457 | 100 | 55 |
| Binary | 10111110 | 101010 | 10110111 | 0 | 1001110 | 100 | 11001 | 100101111 | 1000000 | 101101 |
Color Harmonies of #BE2AB7
Complementary color
Monochromatic Colors of #BE2AB7
Black with #BE2AB7
Text Example
Text Example
White with #BE2AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2AB7; }
p { color: rgb(190,42,183); }
H1.HeaderClassName
{
color: #BE2AB7;
}
.AnyTagClassName
{
color: #BE2AB7;
}
</style>
background-color css
<style>
a { background-color: #BE2AB7; }
a { background-color: rgb(190,42,183); }
div.DivClassName
{
background-color: #BE2AB7;
}
.BgClassName
{
background-color: #BE2AB7;
}
</style>
border-color css
<style>
span { border-color: #BE2AB7; }
span { border-color: rgb(190,42,183); }
td.TdClassName
{
border-color: #BE2AB7;
}
.TagClassName
{
border-color: #BE2AB7;
}
</style>