Shades of Fuchsia #BE53A8
Tints of Fuchsia #BE53A8
RGB
CMYK
RGB Variations
Color information
#BE53A8 (or 0xBE53A8) is known color: Fuchsia. HEX triplet: BE, 53 and A8. RGB value is (190,83,168). Sum of RGB (Red+Green+Blue) = 190+83+168=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE53A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE53A8 is #41AC57. Grayscale: #7C7C7C. Windows color (decimal): -4303960 or 11031486. OLE color: 11031486.
HSL color Cylindrical-coordinate representation of color #BE53A8: hue angle of 312.34º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE53A8 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 83 | 168 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.25 |
| HSL | 312.34º | 0.45% | 0.54% | - |
| HSV(B) | 312.34º | 0.56% | 0.75% | - |
| XYZ | 31.4 | 19.96 | 39.24 | - |
| YUV | 124.68 | 152.45 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 83 | 168 | 0 | 0.56 | 0.12 | 0.25 | 312.34 | 0.45 | 0.54 |
| Hex | BE | 53 | A8 | 0 | 38 | C | 19 | 138 | 2D | 36 |
| Octal | 276 | 123 | 250 | 0 | 70 | 14 | 31 | 470 | 55 | 66 |
| Binary | 10111110 | 1010011 | 10101000 | 0 | 111000 | 1100 | 11001 | 100111000 | 101101 | 110110 |
Color Harmonies of #BE53A8
Complementary color
Monochromatic Colors of #BE53A8
Black with #BE53A8
Text Example
Text Example
White with #BE53A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE53A8; }
p { color: rgb(190,83,168); }
H1.HeaderClassName
{
color: #BE53A8;
}
.AnyTagClassName
{
color: #BE53A8;
}
</style>
background-color css
<style>
a { background-color: #BE53A8; }
a { background-color: rgb(190,83,168); }
div.DivClassName
{
background-color: #BE53A8;
}
.BgClassName
{
background-color: #BE53A8;
}
</style>
border-color css
<style>
span { border-color: #BE53A8; }
span { border-color: rgb(190,83,168); }
td.TdClassName
{
border-color: #BE53A8;
}
.TagClassName
{
border-color: #BE53A8;
}
</style>