Shades of Fuchsia #BE64AB
Tints of Fuchsia #BE64AB
RGB
CMYK
RGB Variations
Color information
#BE64AB (or 0xBE64AB) is known color: Fuchsia. HEX triplet: BE, 64 and AB. RGB value is (190,100,171). Sum of RGB (Red+Green+Blue) = 190+100+171=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE64AB is #419B54. Grayscale: #868686. Windows color (decimal): -4299605 or 11232446. OLE color: 11232446.
HSL color Cylindrical-coordinate representation of color #BE64AB: hue angle of 312.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE64AB is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 100 | 171 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.25 |
| HSL | 312.67º | 0.41% | 0.57% | - |
| HSV(B) | 312.67º | 0.47% | 0.75% | - |
| XYZ | 33.14 | 23 | 41.22 | - |
| YUV | 135 | 148.32 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 171 | 0 | 0.47 | 0.10 | 0.25 | 312.67 | 0.41 | 0.57 |
| Hex | BE | 64 | AB | 0 | 2F | A | 19 | 139 | 29 | 39 |
| Octal | 276 | 144 | 253 | 0 | 57 | 12 | 31 | 471 | 51 | 71 |
| Binary | 10111110 | 1100100 | 10101011 | 0 | 101111 | 1010 | 11001 | 100111001 | 101001 | 111001 |
Color Harmonies of #BE64AB
Complementary color
Monochromatic Colors of #BE64AB
Black with #BE64AB
Text Example
Text Example
White with #BE64AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE64AB; }
p { color: rgb(190,100,171); }
H1.HeaderClassName
{
color: #BE64AB;
}
.AnyTagClassName
{
color: #BE64AB;
}
</style>
background-color css
<style>
a { background-color: #BE64AB; }
a { background-color: rgb(190,100,171); }
div.DivClassName
{
background-color: #BE64AB;
}
.BgClassName
{
background-color: #BE64AB;
}
</style>
border-color css
<style>
span { border-color: #BE64AB; }
span { border-color: rgb(190,100,171); }
td.TdClassName
{
border-color: #BE64AB;
}
.TagClassName
{
border-color: #BE64AB;
}
</style>