Shades of Fuchsia #BE4DB1
Tints of Fuchsia #BE4DB1
RGB
CMYK
RGB Variations
Color information
#BE4DB1 (or 0xBE4DB1) is known color: Fuchsia. HEX triplet: BE, 4D and B1. RGB value is (190,77,177). Sum of RGB (Red+Green+Blue) = 190+77+177=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4DB1 is #41B24E. Grayscale: #797979. Windows color (decimal): -4305487 or 11619774. OLE color: 11619774.
HSL color Cylindrical-coordinate representation of color #BE4DB1: hue angle of 306.9º 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 #BE4DB1 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 177 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.25 |
| HSL | 306.9º | 0.47% | 0.52% | - |
| HSV(B) | 306.9º | 0.59% | 0.75% | - |
| XYZ | 31.82 | 19.43 | 43.67 | - |
| YUV | 122.19 | 158.94 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 177 | 0 | 0.59 | 0.07 | 0.25 | 306.9 | 0.47 | 0.52 |
| Hex | BE | 4D | B1 | 0 | 3B | 7 | 19 | 133 | 2F | 34 |
| Octal | 276 | 115 | 261 | 0 | 73 | 7 | 31 | 463 | 57 | 64 |
| Binary | 10111110 | 1001101 | 10110001 | 0 | 111011 | 111 | 11001 | 100110011 | 101111 | 110100 |
Color Harmonies of #BE4DB1
Complementary color
Monochromatic Colors of #BE4DB1
Black with #BE4DB1
Text Example
Text Example
White with #BE4DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4DB1; }
p { color: rgb(190,77,177); }
H1.HeaderClassName
{
color: #BE4DB1;
}
.AnyTagClassName
{
color: #BE4DB1;
}
</style>
background-color css
<style>
a { background-color: #BE4DB1; }
a { background-color: rgb(190,77,177); }
div.DivClassName
{
background-color: #BE4DB1;
}
.BgClassName
{
background-color: #BE4DB1;
}
</style>
border-color css
<style>
span { border-color: #BE4DB1; }
span { border-color: rgb(190,77,177); }
td.TdClassName
{
border-color: #BE4DB1;
}
.TagClassName
{
border-color: #BE4DB1;
}
</style>