Shades of Fuchsia #BE32AD
Tints of Fuchsia #BE32AD
RGB
CMYK
RGB Variations
Color information
#BE32AD (or 0xBE32AD) is known color: Fuchsia. HEX triplet: BE, 32 and AD. RGB value is (190,50,173). Sum of RGB (Red+Green+Blue) = 190+50+173=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE32AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE32AD is #41CD52. Grayscale: #696969. Windows color (decimal): -4312403 or 11350718. OLE color: 11350718.
HSL color Cylindrical-coordinate representation of color #BE32AD: hue angle of 307.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE32AD is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 50 | 173 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.25 |
| HSL | 307.29º | 0.58% | 0.47% | - |
| HSV(B) | 307.29º | 0.74% | 0.75% | - |
| XYZ | 29.92 | 16.25 | 41.09 | - |
| YUV | 105.88 | 165.88 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 173 | 0 | 0.74 | 0.09 | 0.25 | 307.29 | 0.58 | 0.47 |
| Hex | BE | 32 | AD | 0 | 4A | 9 | 19 | 133 | 3A | 2F |
| Octal | 276 | 62 | 255 | 0 | 112 | 11 | 31 | 463 | 72 | 57 |
| Binary | 10111110 | 110010 | 10101101 | 0 | 1001010 | 1001 | 11001 | 100110011 | 111010 | 101111 |
Color Harmonies of #BE32AD
Complementary color
Monochromatic Colors of #BE32AD
Black with #BE32AD
Text Example
Text Example
White with #BE32AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE32AD; }
p { color: rgb(190,50,173); }
H1.HeaderClassName
{
color: #BE32AD;
}
.AnyTagClassName
{
color: #BE32AD;
}
</style>
background-color css
<style>
a { background-color: #BE32AD; }
a { background-color: rgb(190,50,173); }
div.DivClassName
{
background-color: #BE32AD;
}
.BgClassName
{
background-color: #BE32AD;
}
</style>
border-color css
<style>
span { border-color: #BE32AD; }
span { border-color: rgb(190,50,173); }
td.TdClassName
{
border-color: #BE32AD;
}
.TagClassName
{
border-color: #BE32AD;
}
</style>