Shades of Fuchsia #BE4DB2
Tints of Fuchsia #BE4DB2
RGB
CMYK
RGB Variations
Color information
#BE4DB2 (or 0xBE4DB2) is known color: Fuchsia. HEX triplet: BE, 4D and B2. RGB value is (190,77,178). Sum of RGB (Red+Green+Blue) = 190+77+178=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4DB2 is #41B24D. Grayscale: #7A7A7A. Windows color (decimal): -4305486 or 11685310. OLE color: 11685310.
HSL color Cylindrical-coordinate representation of color #BE4DB2: hue angle of 306.37º 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 #BE4DB2 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 178 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.25 |
| HSL | 306.37º | 0.47% | 0.52% | - |
| HSV(B) | 306.37º | 0.59% | 0.75% | - |
| XYZ | 31.92 | 19.47 | 44.19 | - |
| YUV | 122.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 178 | 0 | 0.59 | 0.06 | 0.25 | 306.37 | 0.47 | 0.52 |
| Hex | BE | 4D | B2 | 0 | 3B | 6 | 19 | 132 | 2F | 34 |
| Octal | 276 | 115 | 262 | 0 | 73 | 6 | 31 | 462 | 57 | 64 |
| Binary | 10111110 | 1001101 | 10110010 | 0 | 111011 | 110 | 11001 | 100110010 | 101111 | 110100 |
Color Harmonies of #BE4DB2
Complementary color
Monochromatic Colors of #BE4DB2
Black with #BE4DB2
Text Example
Text Example
White with #BE4DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4DB2; }
p { color: rgb(190,77,178); }
H1.HeaderClassName
{
color: #BE4DB2;
}
.AnyTagClassName
{
color: #BE4DB2;
}
</style>
background-color css
<style>
a { background-color: #BE4DB2; }
a { background-color: rgb(190,77,178); }
div.DivClassName
{
background-color: #BE4DB2;
}
.BgClassName
{
background-color: #BE4DB2;
}
</style>
border-color css
<style>
span { border-color: #BE4DB2; }
span { border-color: rgb(190,77,178); }
td.TdClassName
{
border-color: #BE4DB2;
}
.TagClassName
{
border-color: #BE4DB2;
}
</style>