Shades of Fuchsia #BE4EC0
Tints of Fuchsia #BE4EC0
RGB
CMYK
RGB Variations
Color information
#BE4EC0 (or 0xBE4EC0) is known color: Fuchsia. HEX triplet: BE, 4E and C0. RGB value is (190,78,192). Sum of RGB (Red+Green+Blue) = 190+78+192=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE4EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4EC0 is #41B13F. Grayscale: #7C7C7C. Windows color (decimal): -4305216 or 12603070. OLE color: 12603070.
HSL color Cylindrical-coordinate representation of color #BE4EC0: hue angle of 298.95º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE4EC0 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 192 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.25 |
| HSL | 298.95º | 0.48% | 0.53% | - |
| HSV(B) | 298.95º | 0.59% | 0.75% | - |
| XYZ | 33.47 | 20.2 | 52 | - |
| YUV | 124.48 | 166.11 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 192 | 0.01 | 0.59 | 0 | 0.25 | 298.95 | 0.48 | 0.53 |
| Hex | BE | 4E | C0 | 1 | 3B | 0 | 19 | 12B | 30 | 35 |
| Octal | 276 | 116 | 300 | 1 | 73 | 0 | 31 | 453 | 60 | 65 |
| Binary | 10111110 | 1001110 | 11000000 | 1 | 111011 | 0 | 11001 | 100101011 | 110000 | 110101 |
Color Harmonies of #BE4EC0
Complementary color
Monochromatic Colors of #BE4EC0
Black with #BE4EC0
Text Example
Text Example
White with #BE4EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4EC0; }
p { color: rgb(190,78,192); }
H1.HeaderClassName
{
color: #BE4EC0;
}
.AnyTagClassName
{
color: #BE4EC0;
}
</style>
background-color css
<style>
a { background-color: #BE4EC0; }
a { background-color: rgb(190,78,192); }
div.DivClassName
{
background-color: #BE4EC0;
}
.BgClassName
{
background-color: #BE4EC0;
}
</style>
border-color css
<style>
span { border-color: #BE4EC0; }
span { border-color: rgb(190,78,192); }
td.TdClassName
{
border-color: #BE4EC0;
}
.TagClassName
{
border-color: #BE4EC0;
}
</style>