Shades of Fuchsia #BE63AB
Tints of Fuchsia #BE63AB
RGB
CMYK
RGB Variations
Color information
#BE63AB (or 0xBE63AB) is known color: Fuchsia. HEX triplet: BE, 63 and AB. RGB value is (190,99,171). Sum of RGB (Red+Green+Blue) = 190+99+171=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE63AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE63AB is #419C54. Grayscale: #868686. Windows color (decimal): -4299861 or 11232190. OLE color: 11232190.
HSL color Cylindrical-coordinate representation of color #BE63AB: hue angle of 312.53º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE63AB is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 99 | 171 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.25 |
| HSL | 312.53º | 0.41% | 0.57% | - |
| HSV(B) | 312.53º | 0.48% | 0.75% | - |
| XYZ | 33.05 | 22.81 | 41.19 | - |
| YUV | 134.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 99 | 171 | 0 | 0.48 | 0.10 | 0.25 | 312.53 | 0.41 | 0.57 |
| Hex | BE | 63 | AB | 0 | 30 | A | 19 | 139 | 29 | 39 |
| Octal | 276 | 143 | 253 | 0 | 60 | 12 | 31 | 471 | 51 | 71 |
| Binary | 10111110 | 1100011 | 10101011 | 0 | 110000 | 1010 | 11001 | 100111001 | 101001 | 111001 |
Color Harmonies of #BE63AB
Complementary color
Monochromatic Colors of #BE63AB
Black with #BE63AB
Text Example
Text Example
White with #BE63AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE63AB; }
p { color: rgb(190,99,171); }
H1.HeaderClassName
{
color: #BE63AB;
}
.AnyTagClassName
{
color: #BE63AB;
}
</style>
background-color css
<style>
a { background-color: #BE63AB; }
a { background-color: rgb(190,99,171); }
div.DivClassName
{
background-color: #BE63AB;
}
.BgClassName
{
background-color: #BE63AB;
}
</style>
border-color css
<style>
span { border-color: #BE63AB; }
span { border-color: rgb(190,99,171); }
td.TdClassName
{
border-color: #BE63AB;
}
.TagClassName
{
border-color: #BE63AB;
}
</style>