Shades of Fuchsia #BE4DB3
Tints of Fuchsia #BE4DB3
RGB
CMYK
RGB Variations
Color information
#BE4DB3 (or 0xBE4DB3) is known color: Fuchsia. HEX triplet: BE, 4D and B3. RGB value is (190,77,179). Sum of RGB (Red+Green+Blue) = 190+77+179=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4DB3 is #41B24C. Grayscale: #7A7A7A. Windows color (decimal): -4305485 or 11750846. OLE color: 11750846.
HSL color Cylindrical-coordinate representation of color #BE4DB3: hue angle of 305.84º 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 #BE4DB3 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 179 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.25 |
| HSL | 305.84º | 0.47% | 0.52% | - |
| HSV(B) | 305.84º | 0.59% | 0.75% | - |
| XYZ | 32.03 | 19.51 | 44.73 | - |
| YUV | 122.42 | 159.94 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 179 | 0 | 0.59 | 0.06 | 0.25 | 305.84 | 0.47 | 0.52 |
| Hex | BE | 4D | B3 | 0 | 3B | 6 | 19 | 132 | 2F | 34 |
| Octal | 276 | 115 | 263 | 0 | 73 | 6 | 31 | 462 | 57 | 64 |
| Binary | 10111110 | 1001101 | 10110011 | 0 | 111011 | 110 | 11001 | 100110010 | 101111 | 110100 |
Color Harmonies of #BE4DB3
Complementary color
Monochromatic Colors of #BE4DB3
Black with #BE4DB3
Text Example
Text Example
White with #BE4DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4DB3; }
p { color: rgb(190,77,179); }
H1.HeaderClassName
{
color: #BE4DB3;
}
.AnyTagClassName
{
color: #BE4DB3;
}
</style>
background-color css
<style>
a { background-color: #BE4DB3; }
a { background-color: rgb(190,77,179); }
div.DivClassName
{
background-color: #BE4DB3;
}
.BgClassName
{
background-color: #BE4DB3;
}
</style>
border-color css
<style>
span { border-color: #BE4DB3; }
span { border-color: rgb(190,77,179); }
td.TdClassName
{
border-color: #BE4DB3;
}
.TagClassName
{
border-color: #BE4DB3;
}
</style>