Shades of Fuchsia #BE4AB7
Tints of Fuchsia #BE4AB7
RGB
CMYK
RGB Variations
Color information
#BE4AB7 (or 0xBE4AB7) is known color: Fuchsia. HEX triplet: BE, 4A and B7. RGB value is (190,74,183). Sum of RGB (Red+Green+Blue) = 190+74+183=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4AB7 is #41B548. Grayscale: #787878. Windows color (decimal): -4306249 or 12012222. OLE color: 12012222.
HSL color Cylindrical-coordinate representation of color #BE4AB7: hue angle of 303.62º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4AB7 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 183 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.25 |
| HSL | 303.62º | 0.47% | 0.52% | - |
| HSV(B) | 303.62º | 0.61% | 0.75% | - |
| XYZ | 32.23 | 19.26 | 46.82 | - |
| YUV | 121.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 183 | 0 | 0.61 | 0.04 | 0.25 | 303.62 | 0.47 | 0.52 |
| Hex | BE | 4A | B7 | 0 | 3D | 4 | 19 | 130 | 2F | 34 |
| Octal | 276 | 112 | 267 | 0 | 75 | 4 | 31 | 460 | 57 | 64 |
| Binary | 10111110 | 1001010 | 10110111 | 0 | 111101 | 100 | 11001 | 100110000 | 101111 | 110100 |
Color Harmonies of #BE4AB7
Complementary color
Monochromatic Colors of #BE4AB7
Black with #BE4AB7
Text Example
Text Example
White with #BE4AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4AB7; }
p { color: rgb(190,74,183); }
H1.HeaderClassName
{
color: #BE4AB7;
}
.AnyTagClassName
{
color: #BE4AB7;
}
</style>
background-color css
<style>
a { background-color: #BE4AB7; }
a { background-color: rgb(190,74,183); }
div.DivClassName
{
background-color: #BE4AB7;
}
.BgClassName
{
background-color: #BE4AB7;
}
</style>
border-color css
<style>
span { border-color: #BE4AB7; }
span { border-color: rgb(190,74,183); }
td.TdClassName
{
border-color: #BE4AB7;
}
.TagClassName
{
border-color: #BE4AB7;
}
</style>