Shades of Fuchsia #BE57BA
Tints of Fuchsia #BE57BA
RGB
CMYK
RGB Variations
Color information
#BE57BA (or 0xBE57BA) is known color: Fuchsia. HEX triplet: BE, 57 and BA. RGB value is (190,87,186). Sum of RGB (Red+Green+Blue) = 190+87+186=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE57BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE57BA is #41A845. Grayscale: #808080. Windows color (decimal): -4302918 or 12212158. OLE color: 12212158.
HSL color Cylindrical-coordinate representation of color #BE57BA: hue angle of 302.33º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE57BA is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 87 | 186 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.25 |
| HSL | 302.33º | 0.44% | 0.54% | - |
| HSV(B) | 302.33º | 0.54% | 0.75% | - |
| XYZ | 33.51 | 21.31 | 48.8 | - |
| YUV | 129.08 | 160.12 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 87 | 186 | 0 | 0.54 | 0.02 | 0.25 | 302.33 | 0.44 | 0.54 |
| Hex | BE | 57 | BA | 0 | 36 | 2 | 19 | 12E | 2C | 36 |
| Octal | 276 | 127 | 272 | 0 | 66 | 2 | 31 | 456 | 54 | 66 |
| Binary | 10111110 | 1010111 | 10111010 | 0 | 110110 | 10 | 11001 | 100101110 | 101100 | 110110 |
Color Harmonies of #BE57BA
Complementary color
Monochromatic Colors of #BE57BA
Black with #BE57BA
Text Example
Text Example
White with #BE57BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE57BA; }
p { color: rgb(190,87,186); }
H1.HeaderClassName
{
color: #BE57BA;
}
.AnyTagClassName
{
color: #BE57BA;
}
</style>
background-color css
<style>
a { background-color: #BE57BA; }
a { background-color: rgb(190,87,186); }
div.DivClassName
{
background-color: #BE57BA;
}
.BgClassName
{
background-color: #BE57BA;
}
</style>
border-color css
<style>
span { border-color: #BE57BA; }
span { border-color: rgb(190,87,186); }
td.TdClassName
{
border-color: #BE57BA;
}
.TagClassName
{
border-color: #BE57BA;
}
</style>