Shades of Fuchsia #BE50B2
Tints of Fuchsia #BE50B2
RGB
CMYK
RGB Variations
Color information
#BE50B2 (or 0xBE50B2) is known color: Fuchsia. HEX triplet: BE, 50 and B2. RGB value is (190,80,178). Sum of RGB (Red+Green+Blue) = 190+80+178=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE50B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE50B2 is #41AF4D. Grayscale: #7B7B7B. Windows color (decimal): -4304718 or 11686078. OLE color: 11686078.
HSL color Cylindrical-coordinate representation of color #BE50B2: hue angle of 306.55º 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 #BE50B2 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 80 | 178 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.25 |
| HSL | 306.55º | 0.46% | 0.53% | - |
| HSV(B) | 306.55º | 0.58% | 0.75% | - |
| XYZ | 32.14 | 19.9 | 44.27 | - |
| YUV | 124.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 178 | 0 | 0.58 | 0.06 | 0.25 | 306.55 | 0.46 | 0.53 |
| Hex | BE | 50 | B2 | 0 | 3A | 6 | 19 | 133 | 2E | 35 |
| Octal | 276 | 120 | 262 | 0 | 72 | 6 | 31 | 463 | 56 | 65 |
| Binary | 10111110 | 1010000 | 10110010 | 0 | 111010 | 110 | 11001 | 100110011 | 101110 | 110101 |
Color Harmonies of #BE50B2
Complementary color
Monochromatic Colors of #BE50B2
Black with #BE50B2
Text Example
Text Example
White with #BE50B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE50B2; }
p { color: rgb(190,80,178); }
H1.HeaderClassName
{
color: #BE50B2;
}
.AnyTagClassName
{
color: #BE50B2;
}
</style>
background-color css
<style>
a { background-color: #BE50B2; }
a { background-color: rgb(190,80,178); }
div.DivClassName
{
background-color: #BE50B2;
}
.BgClassName
{
background-color: #BE50B2;
}
</style>
border-color css
<style>
span { border-color: #BE50B2; }
span { border-color: rgb(190,80,178); }
td.TdClassName
{
border-color: #BE50B2;
}
.TagClassName
{
border-color: #BE50B2;
}
</style>