Shades of Fuchsia #BE61AB
Tints of Fuchsia #BE61AB
RGB
CMYK
RGB Variations
Color information
#BE61AB (or 0xBE61AB) is known color: Fuchsia. HEX triplet: BE, 61 and AB. RGB value is (190,97,171). Sum of RGB (Red+Green+Blue) = 190+97+171=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE61AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE61AB is #419E54. Grayscale: #858585. Windows color (decimal): -4300373 or 11231678. OLE color: 11231678.
HSL color Cylindrical-coordinate representation of color #BE61AB: hue angle of 312.26º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE61AB is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 97 | 171 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.25 |
| HSL | 312.26º | 0.42% | 0.56% | - |
| HSV(B) | 312.26º | 0.49% | 0.75% | - |
| XYZ | 32.86 | 22.44 | 41.13 | - |
| YUV | 133.24 | 149.31 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 97 | 171 | 0 | 0.49 | 0.10 | 0.25 | 312.26 | 0.42 | 0.56 |
| Hex | BE | 61 | AB | 0 | 31 | A | 19 | 138 | 2A | 38 |
| Octal | 276 | 141 | 253 | 0 | 61 | 12 | 31 | 470 | 52 | 70 |
| Binary | 10111110 | 1100001 | 10101011 | 0 | 110001 | 1010 | 11001 | 100111000 | 101010 | 111000 |
Color Harmonies of #BE61AB
Complementary color
Monochromatic Colors of #BE61AB
Black with #BE61AB
Text Example
Text Example
White with #BE61AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE61AB; }
p { color: rgb(190,97,171); }
H1.HeaderClassName
{
color: #BE61AB;
}
.AnyTagClassName
{
color: #BE61AB;
}
</style>
background-color css
<style>
a { background-color: #BE61AB; }
a { background-color: rgb(190,97,171); }
div.DivClassName
{
background-color: #BE61AB;
}
.BgClassName
{
background-color: #BE61AB;
}
</style>
border-color css
<style>
span { border-color: #BE61AB; }
span { border-color: rgb(190,97,171); }
td.TdClassName
{
border-color: #BE61AB;
}
.TagClassName
{
border-color: #BE61AB;
}
</style>