Shades of Fuchsia #BE49BB
Tints of Fuchsia #BE49BB
RGB
CMYK
RGB Variations
Color information
#BE49BB (or 0xBE49BB) is known color: Fuchsia. HEX triplet: BE, 49 and BB. RGB value is (190,73,187). Sum of RGB (Red+Green+Blue) = 190+73+187=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE49BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE49BB is #41B644. Grayscale: #787878. Windows color (decimal): -4306501 or 12274110. OLE color: 12274110.
HSL color Cylindrical-coordinate representation of color #BE49BB: hue angle of 301.54º 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 #BE49BB is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 73 | 187 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.25 |
| HSL | 301.54º | 0.47% | 0.52% | - |
| HSV(B) | 301.54º | 0.62% | 0.75% | - |
| XYZ | 32.59 | 19.3 | 49.02 | - |
| YUV | 120.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 187 | 0 | 0.62 | 0.02 | 0.25 | 301.54 | 0.47 | 0.52 |
| Hex | BE | 49 | BB | 0 | 3E | 2 | 19 | 12E | 2F | 34 |
| Octal | 276 | 111 | 273 | 0 | 76 | 2 | 31 | 456 | 57 | 64 |
| Binary | 10111110 | 1001001 | 10111011 | 0 | 111110 | 10 | 11001 | 100101110 | 101111 | 110100 |
Color Harmonies of #BE49BB
Complementary color
Monochromatic Colors of #BE49BB
Black with #BE49BB
Text Example
Text Example
White with #BE49BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE49BB; }
p { color: rgb(190,73,187); }
H1.HeaderClassName
{
color: #BE49BB;
}
.AnyTagClassName
{
color: #BE49BB;
}
</style>
background-color css
<style>
a { background-color: #BE49BB; }
a { background-color: rgb(190,73,187); }
div.DivClassName
{
background-color: #BE49BB;
}
.BgClassName
{
background-color: #BE49BB;
}
</style>
border-color css
<style>
span { border-color: #BE49BB; }
span { border-color: rgb(190,73,187); }
td.TdClassName
{
border-color: #BE49BB;
}
.TagClassName
{
border-color: #BE49BB;
}
</style>