Shades of Fuchsia #BE4CAC
Tints of Fuchsia #BE4CAC
RGB
CMYK
RGB Variations
Color information
#BE4CAC (or 0xBE4CAC) is known color: Fuchsia. HEX triplet: BE, 4C and AC. RGB value is (190,76,172). Sum of RGB (Red+Green+Blue) = 190+76+172=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4CAC is #41B353. Grayscale: #787878. Windows color (decimal): -4305748 or 11291838. OLE color: 11291838.
HSL color Cylindrical-coordinate representation of color #BE4CAC: hue angle of 309.47º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE4CAC is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 76 | 172 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.25 |
| HSL | 309.47º | 0.47% | 0.52% | - |
| HSV(B) | 309.47º | 0.6% | 0.75% | - |
| XYZ | 31.27 | 19.09 | 41.07 | - |
| YUV | 121.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 172 | 0 | 0.60 | 0.09 | 0.25 | 309.47 | 0.47 | 0.52 |
| Hex | BE | 4C | AC | 0 | 3C | 9 | 19 | 135 | 2F | 34 |
| Octal | 276 | 114 | 254 | 0 | 74 | 11 | 31 | 465 | 57 | 64 |
| Binary | 10111110 | 1001100 | 10101100 | 0 | 111100 | 1001 | 11001 | 100110101 | 101111 | 110100 |
Color Harmonies of #BE4CAC
Complementary color
Monochromatic Colors of #BE4CAC
Black with #BE4CAC
Text Example
Text Example
White with #BE4CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4CAC; }
p { color: rgb(190,76,172); }
H1.HeaderClassName
{
color: #BE4CAC;
}
.AnyTagClassName
{
color: #BE4CAC;
}
</style>
background-color css
<style>
a { background-color: #BE4CAC; }
a { background-color: rgb(190,76,172); }
div.DivClassName
{
background-color: #BE4CAC;
}
.BgClassName
{
background-color: #BE4CAC;
}
</style>
border-color css
<style>
span { border-color: #BE4CAC; }
span { border-color: rgb(190,76,172); }
td.TdClassName
{
border-color: #BE4CAC;
}
.TagClassName
{
border-color: #BE4CAC;
}
</style>