Shades of Fuchsia #BE4DB5
Tints of Fuchsia #BE4DB5
RGB
CMYK
RGB Variations
Color information
#BE4DB5 (or 0xBE4DB5) is known color: Fuchsia. HEX triplet: BE, 4D and B5. RGB value is (190,77,181). Sum of RGB (Red+Green+Blue) = 190+77+181=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4DB5 is #41B24A. Grayscale: #7A7A7A. Windows color (decimal): -4305483 or 11881918. OLE color: 11881918.
HSL color Cylindrical-coordinate representation of color #BE4DB5: hue angle of 304.78º 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 #BE4DB5 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 181 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.25 |
| HSL | 304.78º | 0.47% | 0.52% | - |
| HSV(B) | 304.78º | 0.59% | 0.75% | - |
| XYZ | 32.23 | 19.59 | 45.8 | - |
| YUV | 122.64 | 160.94 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 181 | 0 | 0.59 | 0.05 | 0.25 | 304.78 | 0.47 | 0.52 |
| Hex | BE | 4D | B5 | 0 | 3B | 5 | 19 | 131 | 2F | 34 |
| Octal | 276 | 115 | 265 | 0 | 73 | 5 | 31 | 461 | 57 | 64 |
| Binary | 10111110 | 1001101 | 10110101 | 0 | 111011 | 101 | 11001 | 100110001 | 101111 | 110100 |
Color Harmonies of #BE4DB5
Complementary color
Monochromatic Colors of #BE4DB5
Black with #BE4DB5
Text Example
Text Example
White with #BE4DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4DB5; }
p { color: rgb(190,77,181); }
H1.HeaderClassName
{
color: #BE4DB5;
}
.AnyTagClassName
{
color: #BE4DB5;
}
</style>
background-color css
<style>
a { background-color: #BE4DB5; }
a { background-color: rgb(190,77,181); }
div.DivClassName
{
background-color: #BE4DB5;
}
.BgClassName
{
background-color: #BE4DB5;
}
</style>
border-color css
<style>
span { border-color: #BE4DB5; }
span { border-color: rgb(190,77,181); }
td.TdClassName
{
border-color: #BE4DB5;
}
.TagClassName
{
border-color: #BE4DB5;
}
</style>