Shades of Fuchsia #BE4DB7
Tints of Fuchsia #BE4DB7
RGB
CMYK
RGB Variations
Color information
#BE4DB7 (or 0xBE4DB7) is known color: Fuchsia. HEX triplet: BE, 4D and B7. RGB value is (190,77,183). Sum of RGB (Red+Green+Blue) = 190+77+183=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4DB7 is #41B248. Grayscale: #7A7A7A. Windows color (decimal): -4305481 or 12012990. OLE color: 12012990.
HSL color Cylindrical-coordinate representation of color #BE4DB7: hue angle of 303.72º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE4DB7 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 183 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.25 |
| HSL | 303.72º | 0.47% | 0.52% | - |
| HSV(B) | 303.72º | 0.59% | 0.75% | - |
| XYZ | 32.44 | 19.67 | 46.89 | - |
| YUV | 122.87 | 161.94 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 183 | 0 | 0.59 | 0.04 | 0.25 | 303.72 | 0.47 | 0.52 |
| Hex | BE | 4D | B7 | 0 | 3B | 4 | 19 | 130 | 2F | 34 |
| Octal | 276 | 115 | 267 | 0 | 73 | 4 | 31 | 460 | 57 | 64 |
| Binary | 10111110 | 1001101 | 10110111 | 0 | 111011 | 100 | 11001 | 100110000 | 101111 | 110100 |
Color Harmonies of #BE4DB7
Complementary color
Monochromatic Colors of #BE4DB7
Black with #BE4DB7
Text Example
Text Example
White with #BE4DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4DB7; }
p { color: rgb(190,77,183); }
H1.HeaderClassName
{
color: #BE4DB7;
}
.AnyTagClassName
{
color: #BE4DB7;
}
</style>
background-color css
<style>
a { background-color: #BE4DB7; }
a { background-color: rgb(190,77,183); }
div.DivClassName
{
background-color: #BE4DB7;
}
.BgClassName
{
background-color: #BE4DB7;
}
</style>
border-color css
<style>
span { border-color: #BE4DB7; }
span { border-color: rgb(190,77,183); }
td.TdClassName
{
border-color: #BE4DB7;
}
.TagClassName
{
border-color: #BE4DB7;
}
</style>