Shades of Fuchsia #BE56BA
Tints of Fuchsia #BE56BA
RGB
CMYK
RGB Variations
Color information
#BE56BA (or 0xBE56BA) is known color: Fuchsia. HEX triplet: BE, 56 and BA. RGB value is (190,86,186). Sum of RGB (Red+Green+Blue) = 190+86+186=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE56BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE56BA is #41A945. Grayscale: #808080. Windows color (decimal): -4303174 or 12211902. OLE color: 12211902.
HSL color Cylindrical-coordinate representation of color #BE56BA: hue angle of 302.31º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE56BA is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 86 | 186 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.25 |
| HSL | 302.31º | 0.44% | 0.54% | - |
| HSV(B) | 302.31º | 0.55% | 0.75% | - |
| XYZ | 33.43 | 21.15 | 48.77 | - |
| YUV | 128.5 | 160.46 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 186 | 0 | 0.55 | 0.02 | 0.25 | 302.31 | 0.44 | 0.54 |
| Hex | BE | 56 | BA | 0 | 37 | 2 | 19 | 12E | 2C | 36 |
| Octal | 276 | 126 | 272 | 0 | 67 | 2 | 31 | 456 | 54 | 66 |
| Binary | 10111110 | 1010110 | 10111010 | 0 | 110111 | 10 | 11001 | 100101110 | 101100 | 110110 |
Color Harmonies of #BE56BA
Complementary color
Monochromatic Colors of #BE56BA
Black with #BE56BA
Text Example
Text Example
White with #BE56BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE56BA; }
p { color: rgb(190,86,186); }
H1.HeaderClassName
{
color: #BE56BA;
}
.AnyTagClassName
{
color: #BE56BA;
}
</style>
background-color css
<style>
a { background-color: #BE56BA; }
a { background-color: rgb(190,86,186); }
div.DivClassName
{
background-color: #BE56BA;
}
.BgClassName
{
background-color: #BE56BA;
}
</style>
border-color css
<style>
span { border-color: #BE56BA; }
span { border-color: rgb(190,86,186); }
td.TdClassName
{
border-color: #BE56BA;
}
.TagClassName
{
border-color: #BE56BA;
}
</style>