Shades of Fuchsia #BE51A8
Tints of Fuchsia #BE51A8
RGB
CMYK
RGB Variations
Color information
#BE51A8 (or 0xBE51A8) is known color: Fuchsia. HEX triplet: BE, 51 and A8. RGB value is (190,81,168). Sum of RGB (Red+Green+Blue) = 190+81+168=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE51A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE51A8 is #41AE57. Grayscale: #7B7B7B. Windows color (decimal): -4304472 or 11030974. OLE color: 11030974.
HSL color Cylindrical-coordinate representation of color #BE51A8: hue angle of 312.11º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE51A8 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 81 | 168 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.25 |
| HSL | 312.11º | 0.46% | 0.53% | - |
| HSV(B) | 312.11º | 0.57% | 0.75% | - |
| XYZ | 31.25 | 19.66 | 39.19 | - |
| YUV | 123.51 | 153.11 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 81 | 168 | 0 | 0.57 | 0.12 | 0.25 | 312.11 | 0.46 | 0.53 |
| Hex | BE | 51 | A8 | 0 | 39 | C | 19 | 138 | 2E | 35 |
| Octal | 276 | 121 | 250 | 0 | 71 | 14 | 31 | 470 | 56 | 65 |
| Binary | 10111110 | 1010001 | 10101000 | 0 | 111001 | 1100 | 11001 | 100111000 | 101110 | 110101 |
Color Harmonies of #BE51A8
Complementary color
Monochromatic Colors of #BE51A8
Black with #BE51A8
Text Example
Text Example
White with #BE51A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE51A8; }
p { color: rgb(190,81,168); }
H1.HeaderClassName
{
color: #BE51A8;
}
.AnyTagClassName
{
color: #BE51A8;
}
</style>
background-color css
<style>
a { background-color: #BE51A8; }
a { background-color: rgb(190,81,168); }
div.DivClassName
{
background-color: #BE51A8;
}
.BgClassName
{
background-color: #BE51A8;
}
</style>
border-color css
<style>
span { border-color: #BE51A8; }
span { border-color: rgb(190,81,168); }
td.TdClassName
{
border-color: #BE51A8;
}
.TagClassName
{
border-color: #BE51A8;
}
</style>