Shades of Fuchsia #BE4DB0
Tints of Fuchsia #BE4DB0
RGB
CMYK
RGB Variations
Color information
#BE4DB0 (or 0xBE4DB0) is known color: Fuchsia. HEX triplet: BE, 4D and B0. RGB value is (190,77,176). Sum of RGB (Red+Green+Blue) = 190+77+176=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4DB0 is #41B24F. Grayscale: #797979. Windows color (decimal): -4305488 or 11554238. OLE color: 11554238.
HSL color Cylindrical-coordinate representation of color #BE4DB0: hue angle of 307.43º 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 #BE4DB0 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 176 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.25 |
| HSL | 307.43º | 0.47% | 0.52% | - |
| HSV(B) | 307.43º | 0.59% | 0.75% | - |
| XYZ | 31.73 | 19.39 | 43.14 | - |
| YUV | 122.07 | 158.44 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 176 | 0 | 0.59 | 0.07 | 0.25 | 307.43 | 0.47 | 0.52 |
| Hex | BE | 4D | B0 | 0 | 3B | 7 | 19 | 133 | 2F | 34 |
| Octal | 276 | 115 | 260 | 0 | 73 | 7 | 31 | 463 | 57 | 64 |
| Binary | 10111110 | 1001101 | 10110000 | 0 | 111011 | 111 | 11001 | 100110011 | 101111 | 110100 |
Color Harmonies of #BE4DB0
Complementary color
Monochromatic Colors of #BE4DB0
Black with #BE4DB0
Text Example
Text Example
White with #BE4DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4DB0; }
p { color: rgb(190,77,176); }
H1.HeaderClassName
{
color: #BE4DB0;
}
.AnyTagClassName
{
color: #BE4DB0;
}
</style>
background-color css
<style>
a { background-color: #BE4DB0; }
a { background-color: rgb(190,77,176); }
div.DivClassName
{
background-color: #BE4DB0;
}
.BgClassName
{
background-color: #BE4DB0;
}
</style>
border-color css
<style>
span { border-color: #BE4DB0; }
span { border-color: rgb(190,77,176); }
td.TdClassName
{
border-color: #BE4DB0;
}
.TagClassName
{
border-color: #BE4DB0;
}
</style>