Shades of Fuchsia #BE4DC2
Tints of Fuchsia #BE4DC2
RGB
CMYK
RGB Variations
Color information
#BE4DC2 (or 0xBE4DC2) is known color: Fuchsia. HEX triplet: BE, 4D and C2. RGB value is (190,77,194). Sum of RGB (Red+Green+Blue) = 190+77+194=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE4DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4DC2 is #41B23D. Grayscale: #7B7B7B. Windows color (decimal): -4305470 or 12733886. OLE color: 12733886.
HSL color Cylindrical-coordinate representation of color #BE4DC2: hue angle of 297.95º 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 #BE4DC2 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 77 | 194 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.24 |
| HSL | 297.95º | 0.49% | 0.53% | - |
| HSV(B) | 297.95º | 0.6% | 0.76% | - |
| XYZ | 33.63 | 20.15 | 53.16 | - |
| YUV | 124.13 | 167.44 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 194 | 0.02 | 0.60 | 0 | 0.24 | 297.95 | 0.49 | 0.53 |
| Hex | BE | 4D | C2 | 2 | 3C | 0 | 18 | 12A | 31 | 35 |
| Octal | 276 | 115 | 302 | 2 | 74 | 0 | 30 | 452 | 61 | 65 |
| Binary | 10111110 | 1001101 | 11000010 | 10 | 111100 | 0 | 11000 | 100101010 | 110001 | 110101 |
Color Harmonies of #BE4DC2
Complementary color
Monochromatic Colors of #BE4DC2
Black with #BE4DC2
Text Example
Text Example
White with #BE4DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4DC2; }
p { color: rgb(190,77,194); }
H1.HeaderClassName
{
color: #BE4DC2;
}
.AnyTagClassName
{
color: #BE4DC2;
}
</style>
background-color css
<style>
a { background-color: #BE4DC2; }
a { background-color: rgb(190,77,194); }
div.DivClassName
{
background-color: #BE4DC2;
}
.BgClassName
{
background-color: #BE4DC2;
}
</style>
border-color css
<style>
span { border-color: #BE4DC2; }
span { border-color: rgb(190,77,194); }
td.TdClassName
{
border-color: #BE4DC2;
}
.TagClassName
{
border-color: #BE4DC2;
}
</style>