Shades of Fuchsia #BE4EC6
Tints of Fuchsia #BE4EC6
RGB
CMYK
RGB Variations
Color information
#BE4EC6 (or 0xBE4EC6) is known color: Fuchsia. HEX triplet: BE, 4E and C6. RGB value is (190,78,198). Sum of RGB (Red+Green+Blue) = 190+78+198=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE4EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4EC6 is #41B139. Grayscale: #7C7C7C. Windows color (decimal): -4305210 or 12996286. OLE color: 12996286.
HSL color Cylindrical-coordinate representation of color #BE4EC6: hue angle of 296º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4EC6 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 78 | 198 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.22 |
| HSL | 296º | 0.51% | 0.54% | - |
| HSV(B) | 296º | 0.61% | 0.78% | - |
| XYZ | 34.15 | 20.47 | 55.58 | - |
| YUV | 125.17 | 169.11 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 198 | 0.04 | 0.61 | 0 | 0.22 | 296 | 0.51 | 0.54 |
| Hex | BE | 4E | C6 | 4 | 3D | 0 | 16 | 128 | 33 | 36 |
| Octal | 276 | 116 | 306 | 4 | 75 | 0 | 26 | 450 | 63 | 66 |
| Binary | 10111110 | 1001110 | 11000110 | 100 | 111101 | 0 | 10110 | 100101000 | 110011 | 110110 |
Color Harmonies of #BE4EC6
Complementary color
Monochromatic Colors of #BE4EC6
Black with #BE4EC6
Text Example
Text Example
White with #BE4EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4EC6; }
p { color: rgb(190,78,198); }
H1.HeaderClassName
{
color: #BE4EC6;
}
.AnyTagClassName
{
color: #BE4EC6;
}
</style>
background-color css
<style>
a { background-color: #BE4EC6; }
a { background-color: rgb(190,78,198); }
div.DivClassName
{
background-color: #BE4EC6;
}
.BgClassName
{
background-color: #BE4EC6;
}
</style>
border-color css
<style>
span { border-color: #BE4EC6; }
span { border-color: rgb(190,78,198); }
td.TdClassName
{
border-color: #BE4EC6;
}
.TagClassName
{
border-color: #BE4EC6;
}
</style>