Shades of Fuchsia #BE71BA
Tints of Fuchsia #BE71BA
RGB
CMYK
RGB Variations
Color information
#BE71BA (or 0xBE71BA) is known color: Fuchsia. HEX triplet: BE, 71 and BA. RGB value is (190,113,186). Sum of RGB (Red+Green+Blue) = 190+113+186=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71BA is #418E45. Grayscale: #909090. Windows color (decimal): -4296262 or 12218814. OLE color: 12218814.
HSL color Cylindrical-coordinate representation of color #BE71BA: hue angle of 303.12º 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 #BE71BA is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 186 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.25 |
| HSL | 303.12º | 0.37% | 0.59% | - |
| HSV(B) | 303.12º | 0.41% | 0.75% | - |
| XYZ | 36 | 26.3 | 49.63 | - |
| YUV | 144.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 186 | 0 | 0.41 | 0.02 | 0.25 | 303.12 | 0.37 | 0.59 |
| Hex | BE | 71 | BA | 0 | 29 | 2 | 19 | 12F | 25 | 3B |
| Octal | 276 | 161 | 272 | 0 | 51 | 2 | 31 | 457 | 45 | 73 |
| Binary | 10111110 | 1110001 | 10111010 | 0 | 101001 | 10 | 11001 | 100101111 | 100101 | 111011 |
Color Harmonies of #BE71BA
Complementary color
Monochromatic Colors of #BE71BA
Black with #BE71BA
Text Example
Text Example
White with #BE71BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE71BA; }
p { color: rgb(190,113,186); }
H1.HeaderClassName
{
color: #BE71BA;
}
.AnyTagClassName
{
color: #BE71BA;
}
</style>
background-color css
<style>
a { background-color: #BE71BA; }
a { background-color: rgb(190,113,186); }
div.DivClassName
{
background-color: #BE71BA;
}
.BgClassName
{
background-color: #BE71BA;
}
</style>
border-color css
<style>
span { border-color: #BE71BA; }
span { border-color: rgb(190,113,186); }
td.TdClassName
{
border-color: #BE71BA;
}
.TagClassName
{
border-color: #BE71BA;
}
</style>