Shades of Fuchsia #BE5DAC
Tints of Fuchsia #BE5DAC
RGB
CMYK
RGB Variations
Color information
#BE5DAC (or 0xBE5DAC) is known color: Fuchsia. HEX triplet: BE, 5D and AC. RGB value is (190,93,172). Sum of RGB (Red+Green+Blue) = 190+93+172=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5DAC is #41A253. Grayscale: #828282. Windows color (decimal): -4301396 or 11296190. OLE color: 11296190.
HSL color Cylindrical-coordinate representation of color #BE5DAC: hue angle of 311.13º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE5DAC is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 172 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.25 |
| HSL | 311.13º | 0.43% | 0.55% | - |
| HSV(B) | 311.13º | 0.51% | 0.75% | - |
| XYZ | 32.6 | 21.75 | 41.51 | - |
| YUV | 131.01 | 151.14 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 172 | 0 | 0.51 | 0.09 | 0.25 | 311.13 | 0.43 | 0.55 |
| Hex | BE | 5D | AC | 0 | 33 | 9 | 19 | 137 | 2B | 37 |
| Octal | 276 | 135 | 254 | 0 | 63 | 11 | 31 | 467 | 53 | 67 |
| Binary | 10111110 | 1011101 | 10101100 | 0 | 110011 | 1001 | 11001 | 100110111 | 101011 | 110111 |
Color Harmonies of #BE5DAC
Complementary color
Monochromatic Colors of #BE5DAC
Black with #BE5DAC
Text Example
Text Example
White with #BE5DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5DAC; }
p { color: rgb(190,93,172); }
H1.HeaderClassName
{
color: #BE5DAC;
}
.AnyTagClassName
{
color: #BE5DAC;
}
</style>
background-color css
<style>
a { background-color: #BE5DAC; }
a { background-color: rgb(190,93,172); }
div.DivClassName
{
background-color: #BE5DAC;
}
.BgClassName
{
background-color: #BE5DAC;
}
</style>
border-color css
<style>
span { border-color: #BE5DAC; }
span { border-color: rgb(190,93,172); }
td.TdClassName
{
border-color: #BE5DAC;
}
.TagClassName
{
border-color: #BE5DAC;
}
</style>