Shades of Fuchsia #BE5FA8
Tints of Fuchsia #BE5FA8
RGB
CMYK
RGB Variations
Color information
#BE5FA8 (or 0xBE5FA8) is known color: Fuchsia. HEX triplet: BE, 5F and A8. RGB value is (190,95,168). Sum of RGB (Red+Green+Blue) = 190+95+168=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5FA8 is #41A057. Grayscale: #838383. Windows color (decimal): -4300888 or 11034558. OLE color: 11034558.
HSL color Cylindrical-coordinate representation of color #BE5FA8: hue angle of 313.89º 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 #BE5FA8 is Cyan = 0, Magento = 0.5, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 95 | 168 | - |
| CMYK | 0 | 0.5 | 0.12 | 0.25 |
| HSL | 313.89º | 0.42% | 0.56% | - |
| HSV(B) | 313.89º | 0.5% | 0.75% | - |
| XYZ | 32.4 | 21.96 | 39.58 | - |
| YUV | 131.73 | 148.47 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 95 | 168 | 0 | 0.5 | 0.12 | 0.25 | 313.89 | 0.42 | 0.56 |
| Hex | BE | 5F | A8 | 0 | 32 | C | 19 | 13A | 2A | 38 |
| Octal | 276 | 137 | 250 | 0 | 62 | 14 | 31 | 472 | 52 | 70 |
| Binary | 10111110 | 1011111 | 10101000 | 0 | 110010 | 1100 | 11001 | 100111010 | 101010 | 111000 |
Color Harmonies of #BE5FA8
Complementary color
Monochromatic Colors of #BE5FA8
Black with #BE5FA8
Text Example
Text Example
White with #BE5FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5FA8; }
p { color: rgb(190,95,168); }
H1.HeaderClassName
{
color: #BE5FA8;
}
.AnyTagClassName
{
color: #BE5FA8;
}
</style>
background-color css
<style>
a { background-color: #BE5FA8; }
a { background-color: rgb(190,95,168); }
div.DivClassName
{
background-color: #BE5FA8;
}
.BgClassName
{
background-color: #BE5FA8;
}
</style>
border-color css
<style>
span { border-color: #BE5FA8; }
span { border-color: rgb(190,95,168); }
td.TdClassName
{
border-color: #BE5FA8;
}
.TagClassName
{
border-color: #BE5FA8;
}
</style>