Shades of Fuchsia #BE51BA
Tints of Fuchsia #BE51BA
RGB
CMYK
RGB Variations
Color information
#BE51BA (or 0xBE51BA) is known color: Fuchsia. HEX triplet: BE, 51 and BA. RGB value is (190,81,186). Sum of RGB (Red+Green+Blue) = 190+81+186=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE51BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE51BA is #41AE45. Grayscale: #7D7D7D. Windows color (decimal): -4304454 or 12210622. OLE color: 12210622.
HSL color Cylindrical-coordinate representation of color #BE51BA: hue angle of 302.2º 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 #BE51BA is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 81 | 186 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.25 |
| HSL | 302.2º | 0.46% | 0.53% | - |
| HSV(B) | 302.2º | 0.57% | 0.75% | - |
| XYZ | 33.04 | 20.38 | 48.65 | - |
| YUV | 125.56 | 162.11 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 81 | 186 | 0 | 0.57 | 0.02 | 0.25 | 302.2 | 0.46 | 0.53 |
| Hex | BE | 51 | BA | 0 | 39 | 2 | 19 | 12E | 2E | 35 |
| Octal | 276 | 121 | 272 | 0 | 71 | 2 | 31 | 456 | 56 | 65 |
| Binary | 10111110 | 1010001 | 10111010 | 0 | 111001 | 10 | 11001 | 100101110 | 101110 | 110101 |
Color Harmonies of #BE51BA
Complementary color
Monochromatic Colors of #BE51BA
Black with #BE51BA
Text Example
Text Example
White with #BE51BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE51BA; }
p { color: rgb(190,81,186); }
H1.HeaderClassName
{
color: #BE51BA;
}
.AnyTagClassName
{
color: #BE51BA;
}
</style>
background-color css
<style>
a { background-color: #BE51BA; }
a { background-color: rgb(190,81,186); }
div.DivClassName
{
background-color: #BE51BA;
}
.BgClassName
{
background-color: #BE51BA;
}
</style>
border-color css
<style>
span { border-color: #BE51BA; }
span { border-color: rgb(190,81,186); }
td.TdClassName
{
border-color: #BE51BA;
}
.TagClassName
{
border-color: #BE51BA;
}
</style>