Shades of Fuchsia #BE50B7
Tints of Fuchsia #BE50B7
RGB
CMYK
RGB Variations
Color information
#BE50B7 (or 0xBE50B7) is known color: Fuchsia. HEX triplet: BE, 50 and B7. RGB value is (190,80,183). Sum of RGB (Red+Green+Blue) = 190+80+183=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE50B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE50B7 is #41AF48. Grayscale: #7C7C7C. Windows color (decimal): -4304713 or 12013758. OLE color: 12013758.
HSL color Cylindrical-coordinate representation of color #BE50B7: hue angle of 303.82º 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 #BE50B7 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 80 | 183 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.25 |
| HSL | 303.82º | 0.46% | 0.53% | - |
| HSV(B) | 303.82º | 0.58% | 0.75% | - |
| XYZ | 32.65 | 20.1 | 46.96 | - |
| YUV | 124.63 | 160.94 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 183 | 0 | 0.58 | 0.04 | 0.25 | 303.82 | 0.46 | 0.53 |
| Hex | BE | 50 | B7 | 0 | 3A | 4 | 19 | 130 | 2E | 35 |
| Octal | 276 | 120 | 267 | 0 | 72 | 4 | 31 | 460 | 56 | 65 |
| Binary | 10111110 | 1010000 | 10110111 | 0 | 111010 | 100 | 11001 | 100110000 | 101110 | 110101 |
Color Harmonies of #BE50B7
Complementary color
Monochromatic Colors of #BE50B7
Black with #BE50B7
Text Example
Text Example
White with #BE50B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE50B7; }
p { color: rgb(190,80,183); }
H1.HeaderClassName
{
color: #BE50B7;
}
.AnyTagClassName
{
color: #BE50B7;
}
</style>
background-color css
<style>
a { background-color: #BE50B7; }
a { background-color: rgb(190,80,183); }
div.DivClassName
{
background-color: #BE50B7;
}
.BgClassName
{
background-color: #BE50B7;
}
</style>
border-color css
<style>
span { border-color: #BE50B7; }
span { border-color: rgb(190,80,183); }
td.TdClassName
{
border-color: #BE50B7;
}
.TagClassName
{
border-color: #BE50B7;
}
</style>