Shades of Fuchsia #BE6AAA
Tints of Fuchsia #BE6AAA
RGB
CMYK
RGB Variations
Color information
#BE6AAA (or 0xBE6AAA) is known color: Fuchsia. HEX triplet: BE, 6A and AA. RGB value is (190,106,170). Sum of RGB (Red+Green+Blue) = 190+106+170=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6AAA is #419555. Grayscale: #8A8A8A. Windows color (decimal): -4298070 or 11168446. OLE color: 11168446.
HSL color Cylindrical-coordinate representation of color #BE6AAA: hue angle of 314.29º 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 #BE6AAA is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 106 | 170 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.25 |
| HSL | 314.29º | 0.39% | 0.58% | - |
| HSV(B) | 314.29º | 0.44% | 0.75% | - |
| XYZ | 33.64 | 24.16 | 40.92 | - |
| YUV | 138.41 | 145.83 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 106 | 170 | 0 | 0.44 | 0.11 | 0.25 | 314.29 | 0.39 | 0.58 |
| Hex | BE | 6A | AA | 0 | 2C | B | 19 | 13A | 27 | 3A |
| Octal | 276 | 152 | 252 | 0 | 54 | 13 | 31 | 472 | 47 | 72 |
| Binary | 10111110 | 1101010 | 10101010 | 0 | 101100 | 1011 | 11001 | 100111010 | 100111 | 111010 |
Color Harmonies of #BE6AAA
Complementary color
Monochromatic Colors of #BE6AAA
Black with #BE6AAA
Text Example
Text Example
White with #BE6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6AAA; }
p { color: rgb(190,106,170); }
H1.HeaderClassName
{
color: #BE6AAA;
}
.AnyTagClassName
{
color: #BE6AAA;
}
</style>
background-color css
<style>
a { background-color: #BE6AAA; }
a { background-color: rgb(190,106,170); }
div.DivClassName
{
background-color: #BE6AAA;
}
.BgClassName
{
background-color: #BE6AAA;
}
</style>
border-color css
<style>
span { border-color: #BE6AAA; }
span { border-color: rgb(190,106,170); }
td.TdClassName
{
border-color: #BE6AAA;
}
.TagClassName
{
border-color: #BE6AAA;
}
</style>