Shades of Fuchsia #BE40BD
Tints of Fuchsia #BE40BD
RGB
CMYK
RGB Variations
Color information
#BE40BD (or 0xBE40BD) is known color: Fuchsia. HEX triplet: BE, 40 and BD. RGB value is (190,64,189). Sum of RGB (Red+Green+Blue) = 190+64+189=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE40BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40BD is #41BF42. Grayscale: #737373. Windows color (decimal): -4308803 or 12402878. OLE color: 12402878.
HSL color Cylindrical-coordinate representation of color #BE40BD: hue angle of 300.48º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE40BD is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 189 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.25 |
| HSL | 300.48º | 0.5% | 0.5% | - |
| HSV(B) | 300.48º | 0.66% | 0.75% | - |
| XYZ | 32.25 | 18.29 | 49.97 | - |
| YUV | 115.92 | 169.24 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 189 | 0 | 0.66 | 0.01 | 0.25 | 300.48 | 0.5 | 0.5 |
| Hex | BE | 40 | BD | 0 | 42 | 1 | 19 | 12C | 32 | 32 |
| Octal | 276 | 100 | 275 | 0 | 102 | 1 | 31 | 454 | 62 | 62 |
| Binary | 10111110 | 1000000 | 10111101 | 0 | 1000010 | 1 | 11001 | 100101100 | 110010 | 110010 |
Color Harmonies of #BE40BD
Complementary color
Monochromatic Colors of #BE40BD
Black with #BE40BD
Text Example
Text Example
White with #BE40BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE40BD; }
p { color: rgb(190,64,189); }
H1.HeaderClassName
{
color: #BE40BD;
}
.AnyTagClassName
{
color: #BE40BD;
}
</style>
background-color css
<style>
a { background-color: #BE40BD; }
a { background-color: rgb(190,64,189); }
div.DivClassName
{
background-color: #BE40BD;
}
.BgClassName
{
background-color: #BE40BD;
}
</style>
border-color css
<style>
span { border-color: #BE40BD; }
span { border-color: rgb(190,64,189); }
td.TdClassName
{
border-color: #BE40BD;
}
.TagClassName
{
border-color: #BE40BD;
}
</style>