Shades of Fuchsia #BE49B7
Tints of Fuchsia #BE49B7
RGB
CMYK
RGB Variations
Color information
#BE49B7 (or 0xBE49B7) is known color: Fuchsia. HEX triplet: BE, 49 and B7. RGB value is (190,73,183). Sum of RGB (Red+Green+Blue) = 190+73+183=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE49B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE49B7 is #41B648. Grayscale: #787878. Windows color (decimal): -4306505 or 12011966. OLE color: 12011966.
HSL color Cylindrical-coordinate representation of color #BE49B7: hue angle of 303.59º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE49B7 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 73 | 183 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.25 |
| HSL | 303.59º | 0.47% | 0.52% | - |
| HSV(B) | 303.59º | 0.62% | 0.75% | - |
| XYZ | 32.16 | 19.13 | 46.8 | - |
| YUV | 120.52 | 163.26 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 183 | 0 | 0.62 | 0.04 | 0.25 | 303.59 | 0.47 | 0.52 |
| Hex | BE | 49 | B7 | 0 | 3E | 4 | 19 | 130 | 2F | 34 |
| Octal | 276 | 111 | 267 | 0 | 76 | 4 | 31 | 460 | 57 | 64 |
| Binary | 10111110 | 1001001 | 10110111 | 0 | 111110 | 100 | 11001 | 100110000 | 101111 | 110100 |
Color Harmonies of #BE49B7
Complementary color
Monochromatic Colors of #BE49B7
Black with #BE49B7
Text Example
Text Example
White with #BE49B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE49B7; }
p { color: rgb(190,73,183); }
H1.HeaderClassName
{
color: #BE49B7;
}
.AnyTagClassName
{
color: #BE49B7;
}
</style>
background-color css
<style>
a { background-color: #BE49B7; }
a { background-color: rgb(190,73,183); }
div.DivClassName
{
background-color: #BE49B7;
}
.BgClassName
{
background-color: #BE49B7;
}
</style>
border-color css
<style>
span { border-color: #BE49B7; }
span { border-color: rgb(190,73,183); }
td.TdClassName
{
border-color: #BE49B7;
}
.TagClassName
{
border-color: #BE49B7;
}
</style>