Shades of Fuchsia #BE44C0
Tints of Fuchsia #BE44C0
RGB
CMYK
RGB Variations
Color information
#BE44C0 (or 0xBE44C0) is known color: Fuchsia. HEX triplet: BE, 44 and C0. RGB value is (190,68,192). Sum of RGB (Red+Green+Blue) = 190+68+192=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE44C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE44C0 is #41BB3F. Grayscale: #767676. Windows color (decimal): -4307776 or 12600510. OLE color: 12600510.
HSL color Cylindrical-coordinate representation of color #BE44C0: hue angle of 299.03º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE44C0 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 68 | 192 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.25 |
| HSL | 299.03º | 0.5% | 0.51% | - |
| HSV(B) | 299.03º | 0.65% | 0.75% | - |
| XYZ | 32.82 | 18.89 | 51.79 | - |
| YUV | 118.61 | 169.42 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 68 | 192 | 0.01 | 0.65 | 0 | 0.25 | 299.03 | 0.5 | 0.51 |
| Hex | BE | 44 | C0 | 1 | 41 | 0 | 19 | 12B | 32 | 33 |
| Octal | 276 | 104 | 300 | 1 | 101 | 0 | 31 | 453 | 62 | 63 |
| Binary | 10111110 | 1000100 | 11000000 | 1 | 1000001 | 0 | 11001 | 100101011 | 110010 | 110011 |
Color Harmonies of #BE44C0
Complementary color
Monochromatic Colors of #BE44C0
Black with #BE44C0
Text Example
Text Example
White with #BE44C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE44C0; }
p { color: rgb(190,68,192); }
H1.HeaderClassName
{
color: #BE44C0;
}
.AnyTagClassName
{
color: #BE44C0;
}
</style>
background-color css
<style>
a { background-color: #BE44C0; }
a { background-color: rgb(190,68,192); }
div.DivClassName
{
background-color: #BE44C0;
}
.BgClassName
{
background-color: #BE44C0;
}
</style>
border-color css
<style>
span { border-color: #BE44C0; }
span { border-color: rgb(190,68,192); }
td.TdClassName
{
border-color: #BE44C0;
}
.TagClassName
{
border-color: #BE44C0;
}
</style>