Shades of Fuchsia #BE41BA
Tints of Fuchsia #BE41BA
RGB
CMYK
RGB Variations
Color information
#BE41BA (or 0xBE41BA) is known color: Fuchsia. HEX triplet: BE, 41 and BA. RGB value is (190,65,186). Sum of RGB (Red+Green+Blue) = 190+65+186=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE41BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE41BA is #41BE45. Grayscale: #737373. Windows color (decimal): -4308550 or 12206526. OLE color: 12206526.
HSL color Cylindrical-coordinate representation of color #BE41BA: hue angle of 301.92º degrees, saturation: 0.49, 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 #BE41BA is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 186 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.25 |
| HSL | 301.92º | 0.49% | 0.5% | - |
| HSV(B) | 301.92º | 0.66% | 0.75% | - |
| XYZ | 31.99 | 18.27 | 48.3 | - |
| YUV | 116.17 | 167.41 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 186 | 0 | 0.66 | 0.02 | 0.25 | 301.92 | 0.49 | 0.5 |
| Hex | BE | 41 | BA | 0 | 42 | 2 | 19 | 12E | 31 | 32 |
| Octal | 276 | 101 | 272 | 0 | 102 | 2 | 31 | 456 | 61 | 62 |
| Binary | 10111110 | 1000001 | 10111010 | 0 | 1000010 | 10 | 11001 | 100101110 | 110001 | 110010 |
Color Harmonies of #BE41BA
Complementary color
Monochromatic Colors of #BE41BA
Black with #BE41BA
Text Example
Text Example
White with #BE41BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE41BA; }
p { color: rgb(190,65,186); }
H1.HeaderClassName
{
color: #BE41BA;
}
.AnyTagClassName
{
color: #BE41BA;
}
</style>
background-color css
<style>
a { background-color: #BE41BA; }
a { background-color: rgb(190,65,186); }
div.DivClassName
{
background-color: #BE41BA;
}
.BgClassName
{
background-color: #BE41BA;
}
</style>
border-color css
<style>
span { border-color: #BE41BA; }
span { border-color: rgb(190,65,186); }
td.TdClassName
{
border-color: #BE41BA;
}
.TagClassName
{
border-color: #BE41BA;
}
</style>