Shades of Fuchsia #BE56C0
Tints of Fuchsia #BE56C0
RGB
CMYK
RGB Variations
Color information
#BE56C0 (or 0xBE56C0) is known color: Fuchsia. HEX triplet: BE, 56 and C0. RGB value is (190,86,192). Sum of RGB (Red+Green+Blue) = 190+86+192=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE56C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE56C0 is #41A93F. Grayscale: #808080. Windows color (decimal): -4303168 or 12605118. OLE color: 12605118.
HSL color Cylindrical-coordinate representation of color #BE56C0: hue angle of 298.87º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE56C0 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 86 | 192 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.25 |
| HSL | 298.87º | 0.46% | 0.55% | - |
| HSV(B) | 298.87º | 0.55% | 0.75% | - |
| XYZ | 34.08 | 21.41 | 52.21 | - |
| YUV | 129.18 | 163.46 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 192 | 0.01 | 0.55 | 0 | 0.25 | 298.87 | 0.46 | 0.55 |
| Hex | BE | 56 | C0 | 1 | 37 | 0 | 19 | 12B | 2E | 37 |
| Octal | 276 | 126 | 300 | 1 | 67 | 0 | 31 | 453 | 56 | 67 |
| Binary | 10111110 | 1010110 | 11000000 | 1 | 110111 | 0 | 11001 | 100101011 | 101110 | 110111 |
Color Harmonies of #BE56C0
Complementary color
Monochromatic Colors of #BE56C0
Black with #BE56C0
Text Example
Text Example
White with #BE56C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE56C0; }
p { color: rgb(190,86,192); }
H1.HeaderClassName
{
color: #BE56C0;
}
.AnyTagClassName
{
color: #BE56C0;
}
</style>
background-color css
<style>
a { background-color: #BE56C0; }
a { background-color: rgb(190,86,192); }
div.DivClassName
{
background-color: #BE56C0;
}
.BgClassName
{
background-color: #BE56C0;
}
</style>
border-color css
<style>
span { border-color: #BE56C0; }
span { border-color: rgb(190,86,192); }
td.TdClassName
{
border-color: #BE56C0;
}
.TagClassName
{
border-color: #BE56C0;
}
</style>