#BE71BA

Color #BE71BA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BE71BA

Tints of Fuchsia #BE71BA

Color information

#BE71BA (or 0xBE71BA) is unknown color: approx 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

RGB190113186-
CMYK00.410.020.25
HSL303.12º37.2%59.41%-
HSV(B)303.12º40.53%74.51%-
XYZ3626.349.63-
YUV144.34151.51160.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 113 (44.53% from 255) = 23.11%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=38.85%
G=23.11%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011318600.410.020.25303.1237.259.41
HexBE71BA02921912f253b
Octal2761612720512314574573
Binary1011111011100011011101001010011011001100101111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE71BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>