Shades of Fuchsia #BE42AB
Tints of Fuchsia #BE42AB
RGB
CMYK
RGB Variations
Color information
#BE42AB (or 0xBE42AB) is known color: Fuchsia. HEX triplet: BE, 42 and AB. RGB value is (190,66,171). Sum of RGB (Red+Green+Blue) = 190+66+171=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE42AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE42AB is #41BD54. Grayscale: #727272. Windows color (decimal): -4308309 or 11223742. OLE color: 11223742.
HSL color Cylindrical-coordinate representation of color #BE42AB: hue angle of 309.19º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE42AB is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 66 | 171 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.25 |
| HSL | 309.19º | 0.49% | 0.5% | - |
| HSV(B) | 309.19º | 0.65% | 0.75% | - |
| XYZ | 30.53 | 17.78 | 40.35 | - |
| YUV | 115.05 | 159.58 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 171 | 0 | 0.65 | 0.10 | 0.25 | 309.19 | 0.49 | 0.5 |
| Hex | BE | 42 | AB | 0 | 41 | A | 19 | 135 | 31 | 32 |
| Octal | 276 | 102 | 253 | 0 | 101 | 12 | 31 | 465 | 61 | 62 |
| Binary | 10111110 | 1000010 | 10101011 | 0 | 1000001 | 1010 | 11001 | 100110101 | 110001 | 110010 |
Color Harmonies of #BE42AB
Complementary color
Monochromatic Colors of #BE42AB
Black with #BE42AB
Text Example
Text Example
White with #BE42AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE42AB; }
p { color: rgb(190,66,171); }
H1.HeaderClassName
{
color: #BE42AB;
}
.AnyTagClassName
{
color: #BE42AB;
}
</style>
background-color css
<style>
a { background-color: #BE42AB; }
a { background-color: rgb(190,66,171); }
div.DivClassName
{
background-color: #BE42AB;
}
.BgClassName
{
background-color: #BE42AB;
}
</style>
border-color css
<style>
span { border-color: #BE42AB; }
span { border-color: rgb(190,66,171); }
td.TdClassName
{
border-color: #BE42AB;
}
.TagClassName
{
border-color: #BE42AB;
}
</style>