Shades of Fuchsia #BE4DC1
Tints of Fuchsia #BE4DC1
RGB
CMYK
RGB Variations
Color information
#BE4DC1 (or 0xBE4DC1) is known color: Fuchsia. HEX triplet: BE, 4D and C1. RGB value is (190,77,193). Sum of RGB (Red+Green+Blue) = 190+77+193=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE4DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4DC1 is #41B23E. Grayscale: #7B7B7B. Windows color (decimal): -4305471 or 12668350. OLE color: 12668350.
HSL color Cylindrical-coordinate representation of color #BE4DC1: hue angle of 298.45º degrees, saturation: 0.48, 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 #BE4DC1 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 77 | 193 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.24 |
| HSL | 298.45º | 0.48% | 0.53% | - |
| HSV(B) | 298.45º | 0.6% | 0.76% | - |
| XYZ | 33.51 | 20.11 | 52.57 | - |
| YUV | 124.01 | 166.94 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 193 | 0.02 | 0.60 | 0 | 0.24 | 298.45 | 0.48 | 0.53 |
| Hex | BE | 4D | C1 | 2 | 3C | 0 | 18 | 12A | 30 | 35 |
| Octal | 276 | 115 | 301 | 2 | 74 | 0 | 30 | 452 | 60 | 65 |
| Binary | 10111110 | 1001101 | 11000001 | 10 | 111100 | 0 | 11000 | 100101010 | 110000 | 110101 |
Color Harmonies of #BE4DC1
Complementary color
Monochromatic Colors of #BE4DC1
Black with #BE4DC1
Text Example
Text Example
White with #BE4DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4DC1; }
p { color: rgb(190,77,193); }
H1.HeaderClassName
{
color: #BE4DC1;
}
.AnyTagClassName
{
color: #BE4DC1;
}
</style>
background-color css
<style>
a { background-color: #BE4DC1; }
a { background-color: rgb(190,77,193); }
div.DivClassName
{
background-color: #BE4DC1;
}
.BgClassName
{
background-color: #BE4DC1;
}
</style>
border-color css
<style>
span { border-color: #BE4DC1; }
span { border-color: rgb(190,77,193); }
td.TdClassName
{
border-color: #BE4DC1;
}
.TagClassName
{
border-color: #BE4DC1;
}
</style>