Shades of Fuchsia #BE2DC0
Tints of Fuchsia #BE2DC0
RGB
CMYK
RGB Variations
Color information
#BE2DC0 (or 0xBE2DC0) is known color: Fuchsia. HEX triplet: BE, 2D and C0. RGB value is (190,45,192). Sum of RGB (Red+Green+Blue) = 190+45+192=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE2DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2DC0 is #41D23F. Grayscale: #686868. Windows color (decimal): -4313664 or 12594622. OLE color: 12594622.
HSL color Cylindrical-coordinate representation of color #BE2DC0: hue angle of 299.18º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2DC0 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 192 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.25 |
| HSL | 299.18º | 0.62% | 0.46% | - |
| HSV(B) | 299.18º | 0.77% | 0.75% | - |
| XYZ | 31.69 | 16.63 | 51.41 | - |
| YUV | 105.11 | 177.04 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 192 | 0.01 | 0.77 | 0 | 0.25 | 299.18 | 0.62 | 0.46 |
| Hex | BE | 2D | C0 | 1 | 4D | 0 | 19 | 12B | 3E | 2E |
| Octal | 276 | 55 | 300 | 1 | 115 | 0 | 31 | 453 | 76 | 56 |
| Binary | 10111110 | 101101 | 11000000 | 1 | 1001101 | 0 | 11001 | 100101011 | 111110 | 101110 |
Color Harmonies of #BE2DC0
Complementary color
Monochromatic Colors of #BE2DC0
Black with #BE2DC0
Text Example
Text Example
White with #BE2DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2DC0; }
p { color: rgb(190,45,192); }
H1.HeaderClassName
{
color: #BE2DC0;
}
.AnyTagClassName
{
color: #BE2DC0;
}
</style>
background-color css
<style>
a { background-color: #BE2DC0; }
a { background-color: rgb(190,45,192); }
div.DivClassName
{
background-color: #BE2DC0;
}
.BgClassName
{
background-color: #BE2DC0;
}
</style>
border-color css
<style>
span { border-color: #BE2DC0; }
span { border-color: rgb(190,45,192); }
td.TdClassName
{
border-color: #BE2DC0;
}
.TagClassName
{
border-color: #BE2DC0;
}
</style>