Shades of Fuchsia #BE57C0
Tints of Fuchsia #BE57C0
RGB
CMYK
RGB Variations
Color information
#BE57C0 (or 0xBE57C0) is known color: Fuchsia. HEX triplet: BE, 57 and C0. RGB value is (190,87,192). Sum of RGB (Red+Green+Blue) = 190+87+192=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE57C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE57C0 is #41A83F. Grayscale: #818181. Windows color (decimal): -4302912 or 12605374. OLE color: 12605374.
HSL color Cylindrical-coordinate representation of color #BE57C0: hue angle of 298.86º degrees, saturation: 0.45, 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 #BE57C0 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 87 | 192 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.25 |
| HSL | 298.86º | 0.45% | 0.55% | - |
| HSV(B) | 298.86º | 0.55% | 0.75% | - |
| XYZ | 34.16 | 21.57 | 52.23 | - |
| YUV | 129.77 | 163.12 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 87 | 192 | 0.01 | 0.55 | 0 | 0.25 | 298.86 | 0.45 | 0.55 |
| Hex | BE | 57 | C0 | 1 | 37 | 0 | 19 | 12B | 2D | 37 |
| Octal | 276 | 127 | 300 | 1 | 67 | 0 | 31 | 453 | 55 | 67 |
| Binary | 10111110 | 1010111 | 11000000 | 1 | 110111 | 0 | 11001 | 100101011 | 101101 | 110111 |
Color Harmonies of #BE57C0
Complementary color
Monochromatic Colors of #BE57C0
Black with #BE57C0
Text Example
Text Example
White with #BE57C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE57C0; }
p { color: rgb(190,87,192); }
H1.HeaderClassName
{
color: #BE57C0;
}
.AnyTagClassName
{
color: #BE57C0;
}
</style>
background-color css
<style>
a { background-color: #BE57C0; }
a { background-color: rgb(190,87,192); }
div.DivClassName
{
background-color: #BE57C0;
}
.BgClassName
{
background-color: #BE57C0;
}
</style>
border-color css
<style>
span { border-color: #BE57C0; }
span { border-color: rgb(190,87,192); }
td.TdClassName
{
border-color: #BE57C0;
}
.TagClassName
{
border-color: #BE57C0;
}
</style>