Shades of Fuchsia #BE3EC0
Tints of Fuchsia #BE3EC0
RGB
CMYK
RGB Variations
Color information
#BE3EC0 (or 0xBE3EC0) is known color: Fuchsia. HEX triplet: BE, 3E and C0. RGB value is (190,62,192). Sum of RGB (Red+Green+Blue) = 190+62+192=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 62 (24.61% from 255 or 13.96% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE3EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3EC0 is #41C13F. Grayscale: #727272. Windows color (decimal): -4309312 or 12598974. OLE color: 12598974.
HSL color Cylindrical-coordinate representation of color #BE3EC0: hue angle of 299.08º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3EC0 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 192 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.25 |
| HSL | 299.08º | 0.51% | 0.5% | - |
| HSV(B) | 299.08º | 0.68% | 0.75% | - |
| XYZ | 32.47 | 18.2 | 51.67 | - |
| YUV | 115.09 | 171.41 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 192 | 0.01 | 0.68 | 0 | 0.25 | 299.08 | 0.51 | 0.5 |
| Hex | BE | 3E | C0 | 1 | 44 | 0 | 19 | 12B | 33 | 32 |
| Octal | 276 | 76 | 300 | 1 | 104 | 0 | 31 | 453 | 63 | 62 |
| Binary | 10111110 | 111110 | 11000000 | 1 | 1000100 | 0 | 11001 | 100101011 | 110011 | 110010 |
Color Harmonies of #BE3EC0
Complementary color
Monochromatic Colors of #BE3EC0
Black with #BE3EC0
Text Example
Text Example
White with #BE3EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3EC0; }
p { color: rgb(190,62,192); }
H1.HeaderClassName
{
color: #BE3EC0;
}
.AnyTagClassName
{
color: #BE3EC0;
}
</style>
background-color css
<style>
a { background-color: #BE3EC0; }
a { background-color: rgb(190,62,192); }
div.DivClassName
{
background-color: #BE3EC0;
}
.BgClassName
{
background-color: #BE3EC0;
}
</style>
border-color css
<style>
span { border-color: #BE3EC0; }
span { border-color: rgb(190,62,192); }
td.TdClassName
{
border-color: #BE3EC0;
}
.TagClassName
{
border-color: #BE3EC0;
}
</style>