Shades of Fuchsia #BE2EC5
Tints of Fuchsia #BE2EC5
RGB
CMYK
RGB Variations
Color information
#BE2EC5 (or 0xBE2EC5) is known color: Fuchsia. HEX triplet: BE, 2E and C5. RGB value is (190,46,197). Sum of RGB (Red+Green+Blue) = 190+46+197=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE2EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2EC5 is #41D13A. Grayscale: #696969. Windows color (decimal): -4313403 or 12922558. OLE color: 12922558.
HSL color Cylindrical-coordinate representation of color #BE2EC5: hue angle of 297.22º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2EC5 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 46 | 197 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.23 |
| HSL | 297.22º | 0.62% | 0.48% | - |
| HSV(B) | 297.22º | 0.77% | 0.77% | - |
| XYZ | 32.29 | 16.93 | 54.39 | - |
| YUV | 106.27 | 179.21 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 197 | 0.04 | 0.77 | 0 | 0.23 | 297.22 | 0.62 | 0.48 |
| Hex | BE | 2E | C5 | 4 | 4D | 0 | 17 | 129 | 3E | 30 |
| Octal | 276 | 56 | 305 | 4 | 115 | 0 | 27 | 451 | 76 | 60 |
| Binary | 10111110 | 101110 | 11000101 | 100 | 1001101 | 0 | 10111 | 100101001 | 111110 | 110000 |
Color Harmonies of #BE2EC5
Complementary color
Monochromatic Colors of #BE2EC5
Black with #BE2EC5
Text Example
Text Example
White with #BE2EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2EC5; }
p { color: rgb(190,46,197); }
H1.HeaderClassName
{
color: #BE2EC5;
}
.AnyTagClassName
{
color: #BE2EC5;
}
</style>
background-color css
<style>
a { background-color: #BE2EC5; }
a { background-color: rgb(190,46,197); }
div.DivClassName
{
background-color: #BE2EC5;
}
.BgClassName
{
background-color: #BE2EC5;
}
</style>
border-color css
<style>
span { border-color: #BE2EC5; }
span { border-color: rgb(190,46,197); }
td.TdClassName
{
border-color: #BE2EC5;
}
.TagClassName
{
border-color: #BE2EC5;
}
</style>