Shades of Fuchsia #BE4DB4
Tints of Fuchsia #BE4DB4
RGB
CMYK
RGB Variations
Color information
#BE4DB4 (or 0xBE4DB4) is known color: Fuchsia. HEX triplet: BE, 4D and B4. RGB value is (190,77,180). Sum of RGB (Red+Green+Blue) = 190+77+180=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4DB4 is #41B24B. Grayscale: #7A7A7A. Windows color (decimal): -4305484 or 11816382. OLE color: 11816382.
HSL color Cylindrical-coordinate representation of color #BE4DB4: hue angle of 305.31º 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 #BE4DB4 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 180 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.25 |
| HSL | 305.31º | 0.47% | 0.52% | - |
| HSV(B) | 305.31º | 0.59% | 0.75% | - |
| XYZ | 32.13 | 19.55 | 45.26 | - |
| YUV | 122.53 | 160.44 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 180 | 0 | 0.59 | 0.05 | 0.25 | 305.31 | 0.47 | 0.52 |
| Hex | BE | 4D | B4 | 0 | 3B | 5 | 19 | 131 | 2F | 34 |
| Octal | 276 | 115 | 264 | 0 | 73 | 5 | 31 | 461 | 57 | 64 |
| Binary | 10111110 | 1001101 | 10110100 | 0 | 111011 | 101 | 11001 | 100110001 | 101111 | 110100 |
Color Harmonies of #BE4DB4
Complementary color
Monochromatic Colors of #BE4DB4
Black with #BE4DB4
Text Example
Text Example
White with #BE4DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4DB4; }
p { color: rgb(190,77,180); }
H1.HeaderClassName
{
color: #BE4DB4;
}
.AnyTagClassName
{
color: #BE4DB4;
}
</style>
background-color css
<style>
a { background-color: #BE4DB4; }
a { background-color: rgb(190,77,180); }
div.DivClassName
{
background-color: #BE4DB4;
}
.BgClassName
{
background-color: #BE4DB4;
}
</style>
border-color css
<style>
span { border-color: #BE4DB4; }
span { border-color: rgb(190,77,180); }
td.TdClassName
{
border-color: #BE4DB4;
}
.TagClassName
{
border-color: #BE4DB4;
}
</style>