Shades of Fuchsia #BE52A8
Tints of Fuchsia #BE52A8
RGB
CMYK
RGB Variations
Color information
#BE52A8 (or 0xBE52A8) is known color: Fuchsia. HEX triplet: BE, 52 and A8. RGB value is (190,82,168). Sum of RGB (Red+Green+Blue) = 190+82+168=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE52A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE52A8 is #41AD57. Grayscale: #7B7B7B. Windows color (decimal): -4304216 or 11031230. OLE color: 11031230.
HSL color Cylindrical-coordinate representation of color #BE52A8: hue angle of 312.22º degrees, saturation: 0.45, 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 #BE52A8 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 82 | 168 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.25 |
| HSL | 312.22º | 0.45% | 0.53% | - |
| HSV(B) | 312.22º | 0.57% | 0.75% | - |
| XYZ | 31.32 | 19.81 | 39.22 | - |
| YUV | 124.1 | 152.78 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 168 | 0 | 0.57 | 0.12 | 0.25 | 312.22 | 0.45 | 0.53 |
| Hex | BE | 52 | A8 | 0 | 39 | C | 19 | 138 | 2D | 35 |
| Octal | 276 | 122 | 250 | 0 | 71 | 14 | 31 | 470 | 55 | 65 |
| Binary | 10111110 | 1010010 | 10101000 | 0 | 111001 | 1100 | 11001 | 100111000 | 101101 | 110101 |
Color Harmonies of #BE52A8
Complementary color
Monochromatic Colors of #BE52A8
Black with #BE52A8
Text Example
Text Example
White with #BE52A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE52A8; }
p { color: rgb(190,82,168); }
H1.HeaderClassName
{
color: #BE52A8;
}
.AnyTagClassName
{
color: #BE52A8;
}
</style>
background-color css
<style>
a { background-color: #BE52A8; }
a { background-color: rgb(190,82,168); }
div.DivClassName
{
background-color: #BE52A8;
}
.BgClassName
{
background-color: #BE52A8;
}
</style>
border-color css
<style>
span { border-color: #BE52A8; }
span { border-color: rgb(190,82,168); }
td.TdClassName
{
border-color: #BE52A8;
}
.TagClassName
{
border-color: #BE52A8;
}
</style>