Shades of Fuchsia #BE50A8
Tints of Fuchsia #BE50A8
RGB
CMYK
RGB Variations
Color information
#BE50A8 (or 0xBE50A8) is known color: Fuchsia. HEX triplet: BE, 50 and A8. RGB value is (190,80,168). Sum of RGB (Red+Green+Blue) = 190+80+168=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE50A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE50A8 is #41AF57. Grayscale: #7A7A7A. Windows color (decimal): -4304728 or 11030718. OLE color: 11030718.
HSL color Cylindrical-coordinate representation of color #BE50A8: hue angle of 312º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE50A8 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 80 | 168 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.25 |
| HSL | 312º | 0.46% | 0.53% | - |
| HSV(B) | 312º | 0.58% | 0.75% | - |
| XYZ | 31.17 | 19.51 | 39.17 | - |
| YUV | 122.92 | 153.44 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 168 | 0 | 0.58 | 0.12 | 0.25 | 312 | 0.46 | 0.53 |
| Hex | BE | 50 | A8 | 0 | 3A | C | 19 | 138 | 2E | 35 |
| Octal | 276 | 120 | 250 | 0 | 72 | 14 | 31 | 470 | 56 | 65 |
| Binary | 10111110 | 1010000 | 10101000 | 0 | 111010 | 1100 | 11001 | 100111000 | 101110 | 110101 |
Color Harmonies of #BE50A8
Complementary color
Monochromatic Colors of #BE50A8
Black with #BE50A8
Text Example
Text Example
White with #BE50A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE50A8; }
p { color: rgb(190,80,168); }
H1.HeaderClassName
{
color: #BE50A8;
}
.AnyTagClassName
{
color: #BE50A8;
}
</style>
background-color css
<style>
a { background-color: #BE50A8; }
a { background-color: rgb(190,80,168); }
div.DivClassName
{
background-color: #BE50A8;
}
.BgClassName
{
background-color: #BE50A8;
}
</style>
border-color css
<style>
span { border-color: #BE50A8; }
span { border-color: rgb(190,80,168); }
td.TdClassName
{
border-color: #BE50A8;
}
.TagClassName
{
border-color: #BE50A8;
}
</style>