Shades of Fuchsia #BE5FAE
Tints of Fuchsia #BE5FAE
RGB
CMYK
RGB Variations
Color information
#BE5FAE (or 0xBE5FAE) is known color: Fuchsia. HEX triplet: BE, 5F and AE. RGB value is (190,95,174). Sum of RGB (Red+Green+Blue) = 190+95+174=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5FAE is #41A051. Grayscale: #848484. Windows color (decimal): -4300882 or 11427774. OLE color: 11427774.
HSL color Cylindrical-coordinate representation of color #BE5FAE: hue angle of 310.11º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE5FAE is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 95 | 174 | - |
| CMYK | 0 | 0.5 | 0.08 | 0.25 |
| HSL | 310.11º | 0.42% | 0.56% | - |
| HSV(B) | 310.11º | 0.5% | 0.75% | - |
| XYZ | 32.97 | 22.19 | 42.59 | - |
| YUV | 132.41 | 151.47 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 95 | 174 | 0 | 0.5 | 0.08 | 0.25 | 310.11 | 0.42 | 0.56 |
| Hex | BE | 5F | AE | 0 | 32 | 8 | 19 | 136 | 2A | 38 |
| Octal | 276 | 137 | 256 | 0 | 62 | 10 | 31 | 466 | 52 | 70 |
| Binary | 10111110 | 1011111 | 10101110 | 0 | 110010 | 1000 | 11001 | 100110110 | 101010 | 111000 |
Color Harmonies of #BE5FAE
Complementary color
Monochromatic Colors of #BE5FAE
Black with #BE5FAE
Text Example
Text Example
White with #BE5FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5FAE; }
p { color: rgb(190,95,174); }
H1.HeaderClassName
{
color: #BE5FAE;
}
.AnyTagClassName
{
color: #BE5FAE;
}
</style>
background-color css
<style>
a { background-color: #BE5FAE; }
a { background-color: rgb(190,95,174); }
div.DivClassName
{
background-color: #BE5FAE;
}
.BgClassName
{
background-color: #BE5FAE;
}
</style>
border-color css
<style>
span { border-color: #BE5FAE; }
span { border-color: rgb(190,95,174); }
td.TdClassName
{
border-color: #BE5FAE;
}
.TagClassName
{
border-color: #BE5FAE;
}
</style>