Shades of Fuchsia #BE49C8
Tints of Fuchsia #BE49C8
RGB
CMYK
RGB Variations
Color information
#BE49C8 (or 0xBE49C8) is known color: Fuchsia. HEX triplet: BE, 49 and C8. RGB value is (190,73,200). Sum of RGB (Red+Green+Blue) = 190+73+200=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE49C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE49C8 is #41B637. Grayscale: #7A7A7A. Windows color (decimal): -4306488 or 13126078. OLE color: 13126078.
HSL color Cylindrical-coordinate representation of color #BE49C8: hue angle of 295.28º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE49C8 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 73 | 200 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.22 |
| HSL | 295.28º | 0.54% | 0.54% | - |
| HSV(B) | 295.28º | 0.64% | 0.78% | - |
| XYZ | 34.04 | 19.88 | 56.69 | - |
| YUV | 122.46 | 171.76 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 200 | 0.05 | 0.64 | 0 | 0.22 | 295.28 | 0.54 | 0.54 |
| Hex | BE | 49 | C8 | 5 | 40 | 0 | 16 | 127 | 36 | 36 |
| Octal | 276 | 111 | 310 | 5 | 100 | 0 | 26 | 447 | 66 | 66 |
| Binary | 10111110 | 1001001 | 11001000 | 101 | 1000000 | 0 | 10110 | 100100111 | 110110 | 110110 |
Color Harmonies of #BE49C8
Complementary color
Monochromatic Colors of #BE49C8
Black with #BE49C8
Text Example
Text Example
White with #BE49C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE49C8; }
p { color: rgb(190,73,200); }
H1.HeaderClassName
{
color: #BE49C8;
}
.AnyTagClassName
{
color: #BE49C8;
}
</style>
background-color css
<style>
a { background-color: #BE49C8; }
a { background-color: rgb(190,73,200); }
div.DivClassName
{
background-color: #BE49C8;
}
.BgClassName
{
background-color: #BE49C8;
}
</style>
border-color css
<style>
span { border-color: #BE49C8; }
span { border-color: rgb(190,73,200); }
td.TdClassName
{
border-color: #BE49C8;
}
.TagClassName
{
border-color: #BE49C8;
}
</style>