Shades of Fuchsia #BE57B2
Tints of Fuchsia #BE57B2
RGB
CMYK
RGB Variations
Color information
#BE57B2 (or 0xBE57B2) is known color: Fuchsia. HEX triplet: BE, 57 and B2. RGB value is (190,87,178). Sum of RGB (Red+Green+Blue) = 190+87+178=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE57B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE57B2 is #41A84D. Grayscale: #7F7F7F. Windows color (decimal): -4302926 or 11687870. OLE color: 11687870.
HSL color Cylindrical-coordinate representation of color #BE57B2: hue angle of 306.99º 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 #BE57B2 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 87 | 178 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.25 |
| HSL | 306.99º | 0.44% | 0.54% | - |
| HSV(B) | 306.99º | 0.54% | 0.75% | - |
| XYZ | 32.68 | 20.98 | 44.45 | - |
| YUV | 128.17 | 156.12 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 87 | 178 | 0 | 0.54 | 0.06 | 0.25 | 306.99 | 0.44 | 0.54 |
| Hex | BE | 57 | B2 | 0 | 36 | 6 | 19 | 133 | 2C | 36 |
| Octal | 276 | 127 | 262 | 0 | 66 | 6 | 31 | 463 | 54 | 66 |
| Binary | 10111110 | 1010111 | 10110010 | 0 | 110110 | 110 | 11001 | 100110011 | 101100 | 110110 |
Color Harmonies of #BE57B2
Complementary color
Monochromatic Colors of #BE57B2
Black with #BE57B2
Text Example
Text Example
White with #BE57B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE57B2; }
p { color: rgb(190,87,178); }
H1.HeaderClassName
{
color: #BE57B2;
}
.AnyTagClassName
{
color: #BE57B2;
}
</style>
background-color css
<style>
a { background-color: #BE57B2; }
a { background-color: rgb(190,87,178); }
div.DivClassName
{
background-color: #BE57B2;
}
.BgClassName
{
background-color: #BE57B2;
}
</style>
border-color css
<style>
span { border-color: #BE57B2; }
span { border-color: rgb(190,87,178); }
td.TdClassName
{
border-color: #BE57B2;
}
.TagClassName
{
border-color: #BE57B2;
}
</style>