Shades of Fuchsia #BE53BD
Tints of Fuchsia #BE53BD
RGB
CMYK
RGB Variations
Color information
#BE53BD (or 0xBE53BD) is known color: Fuchsia. HEX triplet: BE, 53 and BD. RGB value is (190,83,189). Sum of RGB (Red+Green+Blue) = 190+83+189=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE53BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE53BD is #41AC42. Grayscale: #7E7E7E. Windows color (decimal): -4303939 or 12407742. OLE color: 12407742.
HSL color Cylindrical-coordinate representation of color #BE53BD: hue angle of 300.56º 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 #BE53BD is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 83 | 189 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.25 |
| HSL | 300.56º | 0.45% | 0.54% | - |
| HSV(B) | 300.56º | 0.56% | 0.75% | - |
| XYZ | 33.51 | 20.81 | 50.39 | - |
| YUV | 127.08 | 162.95 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 83 | 189 | 0 | 0.56 | 0.01 | 0.25 | 300.56 | 0.45 | 0.54 |
| Hex | BE | 53 | BD | 0 | 38 | 1 | 19 | 12D | 2D | 36 |
| Octal | 276 | 123 | 275 | 0 | 70 | 1 | 31 | 455 | 55 | 66 |
| Binary | 10111110 | 1010011 | 10111101 | 0 | 111000 | 1 | 11001 | 100101101 | 101101 | 110110 |
Color Harmonies of #BE53BD
Complementary color
Monochromatic Colors of #BE53BD
Black with #BE53BD
Text Example
Text Example
White with #BE53BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE53BD; }
p { color: rgb(190,83,189); }
H1.HeaderClassName
{
color: #BE53BD;
}
.AnyTagClassName
{
color: #BE53BD;
}
</style>
background-color css
<style>
a { background-color: #BE53BD; }
a { background-color: rgb(190,83,189); }
div.DivClassName
{
background-color: #BE53BD;
}
.BgClassName
{
background-color: #BE53BD;
}
</style>
border-color css
<style>
span { border-color: #BE53BD; }
span { border-color: rgb(190,83,189); }
td.TdClassName
{
border-color: #BE53BD;
}
.TagClassName
{
border-color: #BE53BD;
}
</style>