Shades of Fuchsia #BE51BD
Tints of Fuchsia #BE51BD
RGB
CMYK
RGB Variations
Color information
#BE51BD (or 0xBE51BD) is known color: Fuchsia. HEX triplet: BE, 51 and BD. RGB value is (190,81,189). Sum of RGB (Red+Green+Blue) = 190+81+189=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE51BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE51BD is #41AE42. Grayscale: #7D7D7D. Windows color (decimal): -4304451 or 12407230. OLE color: 12407230.
HSL color Cylindrical-coordinate representation of color #BE51BD: hue angle of 300.55º 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 #BE51BD is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 81 | 189 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.25 |
| HSL | 300.55º | 0.46% | 0.53% | - |
| HSV(B) | 300.55º | 0.57% | 0.75% | - |
| XYZ | 33.36 | 20.51 | 50.34 | - |
| YUV | 125.9 | 163.61 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 81 | 189 | 0 | 0.57 | 0.01 | 0.25 | 300.55 | 0.46 | 0.53 |
| Hex | BE | 51 | BD | 0 | 39 | 1 | 19 | 12D | 2E | 35 |
| Octal | 276 | 121 | 275 | 0 | 71 | 1 | 31 | 455 | 56 | 65 |
| Binary | 10111110 | 1010001 | 10111101 | 0 | 111001 | 1 | 11001 | 100101101 | 101110 | 110101 |
Color Harmonies of #BE51BD
Complementary color
Monochromatic Colors of #BE51BD
Black with #BE51BD
Text Example
Text Example
White with #BE51BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE51BD; }
p { color: rgb(190,81,189); }
H1.HeaderClassName
{
color: #BE51BD;
}
.AnyTagClassName
{
color: #BE51BD;
}
</style>
background-color css
<style>
a { background-color: #BE51BD; }
a { background-color: rgb(190,81,189); }
div.DivClassName
{
background-color: #BE51BD;
}
.BgClassName
{
background-color: #BE51BD;
}
</style>
border-color css
<style>
span { border-color: #BE51BD; }
span { border-color: rgb(190,81,189); }
td.TdClassName
{
border-color: #BE51BD;
}
.TagClassName
{
border-color: #BE51BD;
}
</style>