Shades of Fuchsia #BE71B1
Tints of Fuchsia #BE71B1
RGB
CMYK
RGB Variations
Color information
#BE71B1 (or 0xBE71B1) is known color: Fuchsia. HEX triplet: BE, 71 and B1. RGB value is (190,113,177). Sum of RGB (Red+Green+Blue) = 190+113+177=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 177 (69.53% from 255 or 36.88% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE71B1 is #418E4E. Grayscale: #8F8F8F. Windows color (decimal): -4296271 or 11628990. OLE color: 11628990.
HSL color Cylindrical-coordinate representation of color #BE71B1: hue angle of 310.13º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE71B1 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 177 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.25 |
| HSL | 310.13º | 0.37% | 0.59% | - |
| HSV(B) | 310.13º | 0.41% | 0.75% | - |
| XYZ | 35.08 | 25.93 | 44.75 | - |
| YUV | 143.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 177 | 0 | 0.41 | 0.07 | 0.25 | 310.13 | 0.37 | 0.59 |
| Hex | BE | 71 | B1 | 0 | 29 | 7 | 19 | 136 | 25 | 3B |
| Octal | 276 | 161 | 261 | 0 | 51 | 7 | 31 | 466 | 45 | 73 |
| Binary | 10111110 | 1110001 | 10110001 | 0 | 101001 | 111 | 11001 | 100110110 | 100101 | 111011 |
Color Harmonies of #BE71B1
Complementary color
Monochromatic Colors of #BE71B1
Black with #BE71B1
Text Example
Text Example
White with #BE71B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE71B1; }
p { color: rgb(190,113,177); }
H1.HeaderClassName
{
color: #BE71B1;
}
.AnyTagClassName
{
color: #BE71B1;
}
</style>
background-color css
<style>
a { background-color: #BE71B1; }
a { background-color: rgb(190,113,177); }
div.DivClassName
{
background-color: #BE71B1;
}
.BgClassName
{
background-color: #BE71B1;
}
</style>
border-color css
<style>
span { border-color: #BE71B1; }
span { border-color: rgb(190,113,177); }
td.TdClassName
{
border-color: #BE71B1;
}
.TagClassName
{
border-color: #BE71B1;
}
</style>