Shades of Fuchsia #BE50BD
Tints of Fuchsia #BE50BD
RGB
CMYK
RGB Variations
Color information
#BE50BD (or 0xBE50BD) is known color: Fuchsia. HEX triplet: BE, 50 and BD. RGB value is (190,80,189). Sum of RGB (Red+Green+Blue) = 190+80+189=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE50BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE50BD is #41AF42. Grayscale: #7C7C7C. Windows color (decimal): -4304707 or 12406974. OLE color: 12406974.
HSL color Cylindrical-coordinate representation of color #BE50BD: hue angle of 300.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 #BE50BD is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 80 | 189 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.25 |
| HSL | 300.55º | 0.46% | 0.53% | - |
| HSV(B) | 300.55º | 0.58% | 0.75% | - |
| XYZ | 33.29 | 20.36 | 50.32 | - |
| YUV | 125.32 | 163.94 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 189 | 0 | 0.58 | 0.01 | 0.25 | 300.55 | 0.46 | 0.53 |
| Hex | BE | 50 | BD | 0 | 3A | 1 | 19 | 12D | 2E | 35 |
| Octal | 276 | 120 | 275 | 0 | 72 | 1 | 31 | 455 | 56 | 65 |
| Binary | 10111110 | 1010000 | 10111101 | 0 | 111010 | 1 | 11001 | 100101101 | 101110 | 110101 |
Color Harmonies of #BE50BD
Complementary color
Monochromatic Colors of #BE50BD
Black with #BE50BD
Text Example
Text Example
White with #BE50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE50BD; }
p { color: rgb(190,80,189); }
H1.HeaderClassName
{
color: #BE50BD;
}
.AnyTagClassName
{
color: #BE50BD;
}
</style>
background-color css
<style>
a { background-color: #BE50BD; }
a { background-color: rgb(190,80,189); }
div.DivClassName
{
background-color: #BE50BD;
}
.BgClassName
{
background-color: #BE50BD;
}
</style>
border-color css
<style>
span { border-color: #BE50BD; }
span { border-color: rgb(190,80,189); }
td.TdClassName
{
border-color: #BE50BD;
}
.TagClassName
{
border-color: #BE50BD;
}
</style>