Shades of Fuchsia #BE49B5
Tints of Fuchsia #BE49B5
RGB
CMYK
RGB Variations
Color information
#BE49B5 (or 0xBE49B5) is known color: Fuchsia. HEX triplet: BE, 49 and B5. RGB value is (190,73,181). Sum of RGB (Red+Green+Blue) = 190+73+181=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE49B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE49B5 is #41B64A. Grayscale: #777777. Windows color (decimal): -4306507 or 11880894. OLE color: 11880894.
HSL color Cylindrical-coordinate representation of color #BE49B5: hue angle of 304.62º 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 #BE49B5 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 73 | 181 | - |
CMYK | 0 | 0.62 | 0.05 | 0.25 |
HSL | 304.62º | 0.47% | 0.52% | - |
HSV(B) | 304.62º | 0.62% | 0.75% | - |
XYZ | 31.96 | 19.05 | 45.71 | - |
YUV | 120.3 | 162.26 | 177.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 73 | 181 | 0 | 0.62 | 0.05 | 0.25 | 304.62 | 0.47 | 0.52 |
Hex | BE | 49 | B5 | 0 | 3E | 5 | 19 | 131 | 2F | 34 |
Octal | 276 | 111 | 265 | 0 | 76 | 5 | 31 | 461 | 57 | 64 |
Binary | 10111110 | 1001001 | 10110101 | 0 | 111110 | 101 | 11001 | 100110001 | 101111 | 110100 |
Color Harmonies of #BE49B5
Complementary color
Monochromatic Colors of #BE49B5
Black with #BE49B5
Text Example
Text Example
White with #BE49B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE49B5; }
p { color: rgb(190,73,181); }
H1.HeaderClassName
{
color: #BE49B5;
}
.AnyTagClassName
{
color: #BE49B5;
}
</style>
background-color css
<style>
a { background-color: #BE49B5; }
a { background-color: rgb(190,73,181); }
div.DivClassName
{
background-color: #BE49B5;
}
.BgClassName
{
background-color: #BE49B5;
}
</style>
border-color css
<style>
span { border-color: #BE49B5; }
span { border-color: rgb(190,73,181); }
td.TdClassName
{
border-color: #BE49B5;
}
.TagClassName
{
border-color: #BE49B5;
}
</style>