Shades of Fuchsia #BE49BE
Tints of Fuchsia #BE49BE
RGB
CMYK
RGB Variations
Color information
#BE49BE (or 0xBE49BE) is known color: Fuchsia. HEX triplet: BE, 49 and BE. RGB value is (190,73,190). Sum of RGB (Red+Green+Blue) = 190+73+190=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE49BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE49BE is #41B641. Grayscale: #787878. Windows color (decimal): -4306498 or 12470718. OLE color: 12470718.
HSL color Cylindrical-coordinate representation of color #BE49BE: hue angle of 300º 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 #BE49BE is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 73 | 190 | - |
| CMYK | 0 | 0.62 | 0 | 0.25 |
| HSL | 300º | 0.47% | 0.52% | - |
| HSV(B) | 300º | 0.62% | 0.75% | - |
| XYZ | 32.91 | 19.43 | 50.73 | - |
| YUV | 121.32 | 166.76 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 190 | 0 | 0.62 | 0 | 0.25 | 300 | 0.47 | 0.52 |
| Hex | BE | 49 | BE | 0 | 3E | 0 | 19 | 12C | 2F | 34 |
| Octal | 276 | 111 | 276 | 0 | 76 | 0 | 31 | 454 | 57 | 64 |
| Binary | 10111110 | 1001001 | 10111110 | 0 | 111110 | 0 | 11001 | 100101100 | 101111 | 110100 |
Color Harmonies of #BE49BE
Complementary color
Monochromatic Colors of #BE49BE
Black with #BE49BE
Text Example
Text Example
White with #BE49BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE49BE; }
p { color: rgb(190,73,190); }
H1.HeaderClassName
{
color: #BE49BE;
}
.AnyTagClassName
{
color: #BE49BE;
}
</style>
background-color css
<style>
a { background-color: #BE49BE; }
a { background-color: rgb(190,73,190); }
div.DivClassName
{
background-color: #BE49BE;
}
.BgClassName
{
background-color: #BE49BE;
}
</style>
border-color css
<style>
span { border-color: #BE49BE; }
span { border-color: rgb(190,73,190); }
td.TdClassName
{
border-color: #BE49BE;
}
.TagClassName
{
border-color: #BE49BE;
}
</style>