#BE71B6

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

Shades of Fuchsia #BE71B6

Tints of Fuchsia #BE71B6

Color information

#BE71B6 (or 0xBE71B6) is unknown color: approx Fuchsia. HEX triplet: BE, 71 and B6. RGB value is (190,113,182). Sum of RGB (Red+Green+Blue) = 190+113+182=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71B6 is #418E49. Grayscale: #8F8F8F. Windows color (decimal): -4296266 or 11956670. OLE color: 11956670.

HSL color Cylindrical-coordinate representation of color #BE71B6: hue angle of 306.23º 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 #BE71B6 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB190113182-
CMYK00.410.040.25
HSL306.23º37.2%59.41%-
HSV(B)306.23º40.53%74.51%-
XYZ35.5826.1347.43-
YUV143.89149.51160.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 113 (44.53% from 255) = 23.30%
BLUE value IS 182 (71.48% from 255) = 37.53%
R=39.18%
G=23.30%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011318200.410.040.25306.2337.259.41
HexBE71B6029419132253b
Octal2761612660514314624573
Binary10111110111000110110110010100110011001100110010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE71B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE71B6; }

 p { color: rgb(190,113,182); }

 H1.HeaderClassName
 {
   color: #BE71B6;
 }
 .AnyTagClassName
 {
   color: #BE71B6;
 }
</style>
background-color css

<style>
 a { background-color: #BE71B6; }

 a { background-color: rgb(190,113,182); }

 div.DivClassName
 {
   background-color: #BE71B6;
 }
 .BgClassName
 {
   background-color: #BE71B6;
 }
</style>
border-color css

<style>
 span { border-color: #BE71B6; }

 span { border-color: rgb(190,113,182); }

 td.TdClassName
 {
   border-color: #BE71B6;
 }
 .TagClassName
 {
   border-color: #BE71B6;
 }
</style>