Shades of Fuchsia #BE55BA
Tints of Fuchsia #BE55BA
RGB
CMYK
RGB Variations
Color information
#BE55BA (or 0xBE55BA) is known color: Fuchsia. HEX triplet: BE, 55 and BA. RGB value is (190,85,186). Sum of RGB (Red+Green+Blue) = 190+85+186=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE55BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE55BA is #41AA45. Grayscale: #7F7F7F. Windows color (decimal): -4303430 or 12211646. OLE color: 12211646.
HSL color Cylindrical-coordinate representation of color #BE55BA: hue angle of 302.29º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE55BA is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 85 | 186 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.25 |
| HSL | 302.29º | 0.45% | 0.54% | - |
| HSV(B) | 302.29º | 0.55% | 0.75% | - |
| XYZ | 33.35 | 20.99 | 48.75 | - |
| YUV | 127.91 | 160.79 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 186 | 0 | 0.55 | 0.02 | 0.25 | 302.29 | 0.45 | 0.54 |
| Hex | BE | 55 | BA | 0 | 37 | 2 | 19 | 12E | 2D | 36 |
| Octal | 276 | 125 | 272 | 0 | 67 | 2 | 31 | 456 | 55 | 66 |
| Binary | 10111110 | 1010101 | 10111010 | 0 | 110111 | 10 | 11001 | 100101110 | 101101 | 110110 |
Color Harmonies of #BE55BA
Complementary color
Monochromatic Colors of #BE55BA
Black with #BE55BA
Text Example
Text Example
White with #BE55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE55BA; }
p { color: rgb(190,85,186); }
H1.HeaderClassName
{
color: #BE55BA;
}
.AnyTagClassName
{
color: #BE55BA;
}
</style>
background-color css
<style>
a { background-color: #BE55BA; }
a { background-color: rgb(190,85,186); }
div.DivClassName
{
background-color: #BE55BA;
}
.BgClassName
{
background-color: #BE55BA;
}
</style>
border-color css
<style>
span { border-color: #BE55BA; }
span { border-color: rgb(190,85,186); }
td.TdClassName
{
border-color: #BE55BA;
}
.TagClassName
{
border-color: #BE55BA;
}
</style>