Shades of Fuchsia #BE40AB
Tints of Fuchsia #BE40AB
RGB
CMYK
RGB Variations
Color information
#BE40AB (or 0xBE40AB) is known color: Fuchsia. HEX triplet: BE, 40 and AB. RGB value is (190,64,171). Sum of RGB (Red+Green+Blue) = 190+64+171=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE40AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE40AB is #41BF54. Grayscale: #717171. Windows color (decimal): -4308821 or 11223230. OLE color: 11223230.
HSL color Cylindrical-coordinate representation of color #BE40AB: hue angle of 309.05º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE40AB is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 171 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.25 |
| HSL | 309.05º | 0.5% | 0.5% | - |
| HSV(B) | 309.05º | 0.66% | 0.75% | - |
| XYZ | 30.42 | 17.55 | 40.31 | - |
| YUV | 113.87 | 160.24 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 171 | 0 | 0.66 | 0.10 | 0.25 | 309.05 | 0.5 | 0.5 |
| Hex | BE | 40 | AB | 0 | 42 | A | 19 | 135 | 32 | 32 |
| Octal | 276 | 100 | 253 | 0 | 102 | 12 | 31 | 465 | 62 | 62 |
| Binary | 10111110 | 1000000 | 10101011 | 0 | 1000010 | 1010 | 11001 | 100110101 | 110010 | 110010 |
Color Harmonies of #BE40AB
Complementary color
Monochromatic Colors of #BE40AB
Black with #BE40AB
Text Example
Text Example
White with #BE40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE40AB; }
p { color: rgb(190,64,171); }
H1.HeaderClassName
{
color: #BE40AB;
}
.AnyTagClassName
{
color: #BE40AB;
}
</style>
background-color css
<style>
a { background-color: #BE40AB; }
a { background-color: rgb(190,64,171); }
div.DivClassName
{
background-color: #BE40AB;
}
.BgClassName
{
background-color: #BE40AB;
}
</style>
border-color css
<style>
span { border-color: #BE40AB; }
span { border-color: rgb(190,64,171); }
td.TdClassName
{
border-color: #BE40AB;
}
.TagClassName
{
border-color: #BE40AB;
}
</style>