Shades of Fuchsia #BE47BA
Tints of Fuchsia #BE47BA
RGB
CMYK
RGB Variations
Color information
#BE47BA (or 0xBE47BA) is known color: Fuchsia. HEX triplet: BE, 47 and BA. RGB value is (190,71,186). Sum of RGB (Red+Green+Blue) = 190+71+186=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE47BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE47BA is #41B845. Grayscale: #777777. Windows color (decimal): -4307014 or 12208062. OLE color: 12208062.
HSL color Cylindrical-coordinate representation of color #BE47BA: hue angle of 302.02º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE47BA is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 71 | 186 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.25 |
| HSL | 302.02º | 0.48% | 0.51% | - |
| HSV(B) | 302.02º | 0.63% | 0.75% | - |
| XYZ | 32.35 | 19 | 48.42 | - |
| YUV | 119.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 186 | 0 | 0.63 | 0.02 | 0.25 | 302.02 | 0.48 | 0.51 |
| Hex | BE | 47 | BA | 0 | 3F | 2 | 19 | 12E | 30 | 33 |
| Octal | 276 | 107 | 272 | 0 | 77 | 2 | 31 | 456 | 60 | 63 |
| Binary | 10111110 | 1000111 | 10111010 | 0 | 111111 | 10 | 11001 | 100101110 | 110000 | 110011 |
Color Harmonies of #BE47BA
Complementary color
Monochromatic Colors of #BE47BA
Black with #BE47BA
Text Example
Text Example
White with #BE47BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE47BA; }
p { color: rgb(190,71,186); }
H1.HeaderClassName
{
color: #BE47BA;
}
.AnyTagClassName
{
color: #BE47BA;
}
</style>
background-color css
<style>
a { background-color: #BE47BA; }
a { background-color: rgb(190,71,186); }
div.DivClassName
{
background-color: #BE47BA;
}
.BgClassName
{
background-color: #BE47BA;
}
</style>
border-color css
<style>
span { border-color: #BE47BA; }
span { border-color: rgb(190,71,186); }
td.TdClassName
{
border-color: #BE47BA;
}
.TagClassName
{
border-color: #BE47BA;
}
</style>