Shades of Fuchsia #BE4DB8
Tints of Fuchsia #BE4DB8
RGB
CMYK
RGB Variations
Color information
#BE4DB8 (or 0xBE4DB8) is known color: Fuchsia. HEX triplet: BE, 4D and B8. RGB value is (190,77,184). Sum of RGB (Red+Green+Blue) = 190+77+184=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 184 (72.27% from 255 or 40.80% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4DB8 is #41B247. Grayscale: #7A7A7A. Windows color (decimal): -4305480 or 12078526. OLE color: 12078526.
HSL color Cylindrical-coordinate representation of color #BE4DB8: hue angle of 303.19º 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 #BE4DB8 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 184 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.25 |
| HSL | 303.19º | 0.47% | 0.52% | - |
| HSV(B) | 303.19º | 0.59% | 0.75% | - |
| XYZ | 32.54 | 19.72 | 47.44 | - |
| YUV | 122.99 | 162.44 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 184 | 0 | 0.59 | 0.03 | 0.25 | 303.19 | 0.47 | 0.52 |
| Hex | BE | 4D | B8 | 0 | 3B | 3 | 19 | 12F | 2F | 34 |
| Octal | 276 | 115 | 270 | 0 | 73 | 3 | 31 | 457 | 57 | 64 |
| Binary | 10111110 | 1001101 | 10111000 | 0 | 111011 | 11 | 11001 | 100101111 | 101111 | 110100 |
Color Harmonies of #BE4DB8
Complementary color
Monochromatic Colors of #BE4DB8
Black with #BE4DB8
Text Example
Text Example
White with #BE4DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4DB8; }
p { color: rgb(190,77,184); }
H1.HeaderClassName
{
color: #BE4DB8;
}
.AnyTagClassName
{
color: #BE4DB8;
}
</style>
background-color css
<style>
a { background-color: #BE4DB8; }
a { background-color: rgb(190,77,184); }
div.DivClassName
{
background-color: #BE4DB8;
}
.BgClassName
{
background-color: #BE4DB8;
}
</style>
border-color css
<style>
span { border-color: #BE4DB8; }
span { border-color: rgb(190,77,184); }
td.TdClassName
{
border-color: #BE4DB8;
}
.TagClassName
{
border-color: #BE4DB8;
}
</style>