Shades of Fuchsia #BE4AB1
Tints of Fuchsia #BE4AB1
RGB
CMYK
RGB Variations
Color information
#BE4AB1 (or 0xBE4AB1) is known color: Fuchsia. HEX triplet: BE, 4A and B1. RGB value is (190,74,177). Sum of RGB (Red+Green+Blue) = 190+74+177=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4AB1 is #41B54E. Grayscale: #787878. Windows color (decimal): -4306255 or 11619006. OLE color: 11619006.
HSL color Cylindrical-coordinate representation of color #BE4AB1: hue angle of 306.72º 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 #BE4AB1 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 177 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.25 |
| HSL | 306.72º | 0.47% | 0.52% | - |
| HSV(B) | 306.72º | 0.61% | 0.75% | - |
| XYZ | 31.62 | 19.02 | 43.6 | - |
| YUV | 120.43 | 159.93 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 177 | 0 | 0.61 | 0.07 | 0.25 | 306.72 | 0.47 | 0.52 |
| Hex | BE | 4A | B1 | 0 | 3D | 7 | 19 | 133 | 2F | 34 |
| Octal | 276 | 112 | 261 | 0 | 75 | 7 | 31 | 463 | 57 | 64 |
| Binary | 10111110 | 1001010 | 10110001 | 0 | 111101 | 111 | 11001 | 100110011 | 101111 | 110100 |
Color Harmonies of #BE4AB1
Complementary color
Monochromatic Colors of #BE4AB1
Black with #BE4AB1
Text Example
Text Example
White with #BE4AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4AB1; }
p { color: rgb(190,74,177); }
H1.HeaderClassName
{
color: #BE4AB1;
}
.AnyTagClassName
{
color: #BE4AB1;
}
</style>
background-color css
<style>
a { background-color: #BE4AB1; }
a { background-color: rgb(190,74,177); }
div.DivClassName
{
background-color: #BE4AB1;
}
.BgClassName
{
background-color: #BE4AB1;
}
</style>
border-color css
<style>
span { border-color: #BE4AB1; }
span { border-color: rgb(190,74,177); }
td.TdClassName
{
border-color: #BE4AB1;
}
.TagClassName
{
border-color: #BE4AB1;
}
</style>