Shades of Fuchsia #BE2EC8
Tints of Fuchsia #BE2EC8
RGB
CMYK
RGB Variations
Color information
#BE2EC8 (or 0xBE2EC8) is known color: Fuchsia. HEX triplet: BE, 2E and C8. RGB value is (190,46,200). Sum of RGB (Red+Green+Blue) = 190+46+200=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 200 (78.52% from 255 or 45.87% from 436); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE2EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2EC8 is #41D137. Grayscale: #6A6A6A. Windows color (decimal): -4313400 or 13119166. OLE color: 13119166.
HSL color Cylindrical-coordinate representation of color #BE2EC8: hue angle of 296.1º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2EC8 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 46 | 200 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.22 |
| HSL | 296.1º | 0.63% | 0.48% | - |
| HSV(B) | 296.1º | 0.77% | 0.78% | - |
| XYZ | 32.64 | 17.07 | 56.22 | - |
| YUV | 106.61 | 180.71 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 200 | 0.05 | 0.77 | 0 | 0.22 | 296.1 | 0.63 | 0.48 |
| Hex | BE | 2E | C8 | 5 | 4D | 0 | 16 | 128 | 3F | 30 |
| Octal | 276 | 56 | 310 | 5 | 115 | 0 | 26 | 450 | 77 | 60 |
| Binary | 10111110 | 101110 | 11001000 | 101 | 1001101 | 0 | 10110 | 100101000 | 111111 | 110000 |
Color Harmonies of #BE2EC8
Complementary color
Monochromatic Colors of #BE2EC8
Black with #BE2EC8
Text Example
Text Example
White with #BE2EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2EC8; }
p { color: rgb(190,46,200); }
H1.HeaderClassName
{
color: #BE2EC8;
}
.AnyTagClassName
{
color: #BE2EC8;
}
</style>
background-color css
<style>
a { background-color: #BE2EC8; }
a { background-color: rgb(190,46,200); }
div.DivClassName
{
background-color: #BE2EC8;
}
.BgClassName
{
background-color: #BE2EC8;
}
</style>
border-color css
<style>
span { border-color: #BE2EC8; }
span { border-color: rgb(190,46,200); }
td.TdClassName
{
border-color: #BE2EC8;
}
.TagClassName
{
border-color: #BE2EC8;
}
</style>