Shades of Fuchsia #BE6DAC
Tints of Fuchsia #BE6DAC
RGB
CMYK
RGB Variations
Color information
#BE6DAC (or 0xBE6DAC) is known color: Fuchsia. HEX triplet: BE, 6D and AC. RGB value is (190,109,172). Sum of RGB (Red+Green+Blue) = 190+109+172=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6DAC is #419253. Grayscale: #8C8C8C. Windows color (decimal): -4297300 or 11300286. OLE color: 11300286.
HSL color Cylindrical-coordinate representation of color #BE6DAC: hue angle of 313.33º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE6DAC is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 109 | 172 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.25 |
| HSL | 313.33º | 0.38% | 0.59% | - |
| HSV(B) | 313.33º | 0.43% | 0.75% | - |
| XYZ | 34.15 | 24.86 | 42.03 | - |
| YUV | 140.4 | 145.84 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 109 | 172 | 0 | 0.43 | 0.09 | 0.25 | 313.33 | 0.38 | 0.59 |
| Hex | BE | 6D | AC | 0 | 2B | 9 | 19 | 139 | 26 | 3B |
| Octal | 276 | 155 | 254 | 0 | 53 | 11 | 31 | 471 | 46 | 73 |
| Binary | 10111110 | 1101101 | 10101100 | 0 | 101011 | 1001 | 11001 | 100111001 | 100110 | 111011 |
Color Harmonies of #BE6DAC
Complementary color
Monochromatic Colors of #BE6DAC
Black with #BE6DAC
Text Example
Text Example
White with #BE6DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6DAC; }
p { color: rgb(190,109,172); }
H1.HeaderClassName
{
color: #BE6DAC;
}
.AnyTagClassName
{
color: #BE6DAC;
}
</style>
background-color css
<style>
a { background-color: #BE6DAC; }
a { background-color: rgb(190,109,172); }
div.DivClassName
{
background-color: #BE6DAC;
}
.BgClassName
{
background-color: #BE6DAC;
}
</style>
border-color css
<style>
span { border-color: #BE6DAC; }
span { border-color: rgb(190,109,172); }
td.TdClassName
{
border-color: #BE6DAC;
}
.TagClassName
{
border-color: #BE6DAC;
}
</style>