Shades of Fuchsia #BE44BA
Tints of Fuchsia #BE44BA
RGB
CMYK
RGB Variations
Color information
#BE44BA (or 0xBE44BA) is known color: Fuchsia. HEX triplet: BE, 44 and BA. RGB value is (190,68,186). Sum of RGB (Red+Green+Blue) = 190+68+186=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE44BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE44BA is #41BB45. Grayscale: #757575. Windows color (decimal): -4307782 or 12207294. OLE color: 12207294.
HSL color Cylindrical-coordinate representation of color #BE44BA: hue angle of 301.97º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE44BA is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 68 | 186 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.25 |
| HSL | 301.97º | 0.48% | 0.51% | - |
| HSV(B) | 301.97º | 0.64% | 0.75% | - |
| XYZ | 32.17 | 18.63 | 48.35 | - |
| YUV | 117.93 | 166.42 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 68 | 186 | 0 | 0.64 | 0.02 | 0.25 | 301.97 | 0.48 | 0.51 |
| Hex | BE | 44 | BA | 0 | 40 | 2 | 19 | 12E | 30 | 33 |
| Octal | 276 | 104 | 272 | 0 | 100 | 2 | 31 | 456 | 60 | 63 |
| Binary | 10111110 | 1000100 | 10111010 | 0 | 1000000 | 10 | 11001 | 100101110 | 110000 | 110011 |
Color Harmonies of #BE44BA
Complementary color
Monochromatic Colors of #BE44BA
Black with #BE44BA
Text Example
Text Example
White with #BE44BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE44BA; }
p { color: rgb(190,68,186); }
H1.HeaderClassName
{
color: #BE44BA;
}
.AnyTagClassName
{
color: #BE44BA;
}
</style>
background-color css
<style>
a { background-color: #BE44BA; }
a { background-color: rgb(190,68,186); }
div.DivClassName
{
background-color: #BE44BA;
}
.BgClassName
{
background-color: #BE44BA;
}
</style>
border-color css
<style>
span { border-color: #BE44BA; }
span { border-color: rgb(190,68,186); }
td.TdClassName
{
border-color: #BE44BA;
}
.TagClassName
{
border-color: #BE44BA;
}
</style>