Shades of Fuchsia #BE5BA6
Tints of Fuchsia #BE5BA6
RGB
CMYK
RGB Variations
Color information
#BE5BA6 (or 0xBE5BA6) is known color: Fuchsia. HEX triplet: BE, 5B and A6. RGB value is (190,91,166). Sum of RGB (Red+Green+Blue) = 190+91+166=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5BA6 is #41A459. Grayscale: #808080. Windows color (decimal): -4301914 or 10902462. OLE color: 10902462.
HSL color Cylindrical-coordinate representation of color #BE5BA6: hue angle of 314.55º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE5BA6 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 91 | 166 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.25 |
| HSL | 314.55º | 0.43% | 0.55% | - |
| HSV(B) | 314.55º | 0.52% | 0.75% | - |
| XYZ | 31.86 | 21.18 | 38.49 | - |
| YUV | 129.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 91 | 166 | 0 | 0.52 | 0.13 | 0.25 | 314.55 | 0.43 | 0.55 |
| Hex | BE | 5B | A6 | 0 | 34 | D | 19 | 13B | 2B | 37 |
| Octal | 276 | 133 | 246 | 0 | 64 | 15 | 31 | 473 | 53 | 67 |
| Binary | 10111110 | 1011011 | 10100110 | 0 | 110100 | 1101 | 11001 | 100111011 | 101011 | 110111 |
Color Harmonies of #BE5BA6
Complementary color
Monochromatic Colors of #BE5BA6
Black with #BE5BA6
Text Example
Text Example
White with #BE5BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5BA6; }
p { color: rgb(190,91,166); }
H1.HeaderClassName
{
color: #BE5BA6;
}
.AnyTagClassName
{
color: #BE5BA6;
}
</style>
background-color css
<style>
a { background-color: #BE5BA6; }
a { background-color: rgb(190,91,166); }
div.DivClassName
{
background-color: #BE5BA6;
}
.BgClassName
{
background-color: #BE5BA6;
}
</style>
border-color css
<style>
span { border-color: #BE5BA6; }
span { border-color: rgb(190,91,166); }
td.TdClassName
{
border-color: #BE5BA6;
}
.TagClassName
{
border-color: #BE5BA6;
}
</style>