Shades of Fuchsia #BE6AAC
Tints of Fuchsia #BE6AAC
RGB
CMYK
RGB Variations
Color information
#BE6AAC (or 0xBE6AAC) is known color: Fuchsia. HEX triplet: BE, 6A and AC. RGB value is (190,106,172). Sum of RGB (Red+Green+Blue) = 190+106+172=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6AAC is #419553. Grayscale: #8A8A8A. Windows color (decimal): -4298068 or 11299518. OLE color: 11299518.
HSL color Cylindrical-coordinate representation of color #BE6AAC: hue angle of 312.86º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE6AAC is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 106 | 172 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.25 |
| HSL | 312.86º | 0.39% | 0.58% | - |
| HSV(B) | 312.86º | 0.44% | 0.75% | - |
| XYZ | 33.84 | 24.23 | 41.92 | - |
| YUV | 138.64 | 146.83 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 106 | 172 | 0 | 0.44 | 0.09 | 0.25 | 312.86 | 0.39 | 0.58 |
| Hex | BE | 6A | AC | 0 | 2C | 9 | 19 | 139 | 27 | 3A |
| Octal | 276 | 152 | 254 | 0 | 54 | 11 | 31 | 471 | 47 | 72 |
| Binary | 10111110 | 1101010 | 10101100 | 0 | 101100 | 1001 | 11001 | 100111001 | 100111 | 111010 |
Color Harmonies of #BE6AAC
Complementary color
Monochromatic Colors of #BE6AAC
Black with #BE6AAC
Text Example
Text Example
White with #BE6AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6AAC; }
p { color: rgb(190,106,172); }
H1.HeaderClassName
{
color: #BE6AAC;
}
.AnyTagClassName
{
color: #BE6AAC;
}
</style>
background-color css
<style>
a { background-color: #BE6AAC; }
a { background-color: rgb(190,106,172); }
div.DivClassName
{
background-color: #BE6AAC;
}
.BgClassName
{
background-color: #BE6AAC;
}
</style>
border-color css
<style>
span { border-color: #BE6AAC; }
span { border-color: rgb(190,106,172); }
td.TdClassName
{
border-color: #BE6AAC;
}
.TagClassName
{
border-color: #BE6AAC;
}
</style>