Shades of Fuchsia #BE4EC2
Tints of Fuchsia #BE4EC2
RGB
CMYK
RGB Variations
Color information
#BE4EC2 (or 0xBE4EC2) is known color: Fuchsia. HEX triplet: BE, 4E and C2. RGB value is (190,78,194). Sum of RGB (Red+Green+Blue) = 190+78+194=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE4EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4EC2 is #41B13D. Grayscale: #7C7C7C. Windows color (decimal): -4305214 or 12734142. OLE color: 12734142.
HSL color Cylindrical-coordinate representation of color #BE4EC2: hue angle of 297.93º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE4EC2 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 78 | 194 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.24 |
| HSL | 297.93º | 0.49% | 0.53% | - |
| HSV(B) | 297.93º | 0.6% | 0.76% | - |
| XYZ | 33.7 | 20.29 | 53.18 | - |
| YUV | 124.71 | 167.11 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 194 | 0.02 | 0.60 | 0 | 0.24 | 297.93 | 0.49 | 0.53 |
| Hex | BE | 4E | C2 | 2 | 3C | 0 | 18 | 12A | 31 | 35 |
| Octal | 276 | 116 | 302 | 2 | 74 | 0 | 30 | 452 | 61 | 65 |
| Binary | 10111110 | 1001110 | 11000010 | 10 | 111100 | 0 | 11000 | 100101010 | 110001 | 110101 |
Color Harmonies of #BE4EC2
Complementary color
Monochromatic Colors of #BE4EC2
Black with #BE4EC2
Text Example
Text Example
White with #BE4EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4EC2; }
p { color: rgb(190,78,194); }
H1.HeaderClassName
{
color: #BE4EC2;
}
.AnyTagClassName
{
color: #BE4EC2;
}
</style>
background-color css
<style>
a { background-color: #BE4EC2; }
a { background-color: rgb(190,78,194); }
div.DivClassName
{
background-color: #BE4EC2;
}
.BgClassName
{
background-color: #BE4EC2;
}
</style>
border-color css
<style>
span { border-color: #BE4EC2; }
span { border-color: rgb(190,78,194); }
td.TdClassName
{
border-color: #BE4EC2;
}
.TagClassName
{
border-color: #BE4EC2;
}
</style>