Shades of Fuchsia #BE47BB
Tints of Fuchsia #BE47BB
RGB
CMYK
RGB Variations
Color information
#BE47BB (or 0xBE47BB) is known color: Fuchsia. HEX triplet: BE, 47 and BB. RGB value is (190,71,187). Sum of RGB (Red+Green+Blue) = 190+71+187=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE47BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE47BB is #41B844. Grayscale: #777777. Windows color (decimal): -4307013 or 12273598. OLE color: 12273598.
HSL color Cylindrical-coordinate representation of color #BE47BB: hue angle of 301.51º 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 #BE47BB is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 71 | 187 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.25 |
| HSL | 301.51º | 0.48% | 0.51% | - |
| HSV(B) | 301.51º | 0.63% | 0.75% | - |
| XYZ | 32.46 | 19.04 | 48.98 | - |
| YUV | 119.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 187 | 0 | 0.63 | 0.02 | 0.25 | 301.51 | 0.48 | 0.51 |
| Hex | BE | 47 | BB | 0 | 3F | 2 | 19 | 12E | 30 | 33 |
| Octal | 276 | 107 | 273 | 0 | 77 | 2 | 31 | 456 | 60 | 63 |
| Binary | 10111110 | 1000111 | 10111011 | 0 | 111111 | 10 | 11001 | 100101110 | 110000 | 110011 |
Color Harmonies of #BE47BB
Complementary color
Monochromatic Colors of #BE47BB
Black with #BE47BB
Text Example
Text Example
White with #BE47BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE47BB; }
p { color: rgb(190,71,187); }
H1.HeaderClassName
{
color: #BE47BB;
}
.AnyTagClassName
{
color: #BE47BB;
}
</style>
background-color css
<style>
a { background-color: #BE47BB; }
a { background-color: rgb(190,71,187); }
div.DivClassName
{
background-color: #BE47BB;
}
.BgClassName
{
background-color: #BE47BB;
}
</style>
border-color css
<style>
span { border-color: #BE47BB; }
span { border-color: rgb(190,71,187); }
td.TdClassName
{
border-color: #BE47BB;
}
.TagClassName
{
border-color: #BE47BB;
}
</style>