Shades of Fuchsia #BE59BD
Tints of Fuchsia #BE59BD
RGB
CMYK
RGB Variations
Color information
#BE59BD (or 0xBE59BD) is known color: Fuchsia. HEX triplet: BE, 59 and BD. RGB value is (190,89,189). Sum of RGB (Red+Green+Blue) = 190+89+189=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE59BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE59BD is #41A642. Grayscale: #828282. Windows color (decimal): -4302403 or 12409278. OLE color: 12409278.
HSL color Cylindrical-coordinate representation of color #BE59BD: hue angle of 300.59º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE59BD is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 89 | 189 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.25 |
| HSL | 300.59º | 0.44% | 0.55% | - |
| HSV(B) | 300.59º | 0.53% | 0.75% | - |
| XYZ | 33.99 | 21.77 | 50.55 | - |
| YUV | 130.6 | 160.96 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 89 | 189 | 0 | 0.53 | 0.01 | 0.25 | 300.59 | 0.44 | 0.55 |
| Hex | BE | 59 | BD | 0 | 35 | 1 | 19 | 12D | 2C | 37 |
| Octal | 276 | 131 | 275 | 0 | 65 | 1 | 31 | 455 | 54 | 67 |
| Binary | 10111110 | 1011001 | 10111101 | 0 | 110101 | 1 | 11001 | 100101101 | 101100 | 110111 |
Color Harmonies of #BE59BD
Complementary color
Monochromatic Colors of #BE59BD
Black with #BE59BD
Text Example
Text Example
White with #BE59BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE59BD; }
p { color: rgb(190,89,189); }
H1.HeaderClassName
{
color: #BE59BD;
}
.AnyTagClassName
{
color: #BE59BD;
}
</style>
background-color css
<style>
a { background-color: #BE59BD; }
a { background-color: rgb(190,89,189); }
div.DivClassName
{
background-color: #BE59BD;
}
.BgClassName
{
background-color: #BE59BD;
}
</style>
border-color css
<style>
span { border-color: #BE59BD; }
span { border-color: rgb(190,89,189); }
td.TdClassName
{
border-color: #BE59BD;
}
.TagClassName
{
border-color: #BE59BD;
}
</style>