#BE71BF

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

Shades of Fuchsia #BE71BF

Tints of Fuchsia #BE71BF

Color information

#BE71BF (or 0xBE71BF) is unknown color: approx Fuchsia. HEX triplet: BE, 71 and BF. RGB value is (190,113,191). Sum of RGB (Red+Green+Blue) = 190+113+191=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE71BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71BF is #418E40. Grayscale: #909090. Windows color (decimal): -4296257 or 12546494. OLE color: 12546494.

HSL color Cylindrical-coordinate representation of color #BE71BF: hue angle of 299.23º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE71BF is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190113191-
CMYK0.010.4100.25
HSL299.23º37.86%59.61%-
HSV(B)299.23º40.84%74.9%-
XYZ36.5426.5252.48-
YUV144.92154.01160.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 113 (44.53% from 255) = 22.87%
BLUE value IS 191 (75% from 255) = 38.66%
R=38.46%
G=22.87%
B=38.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901131910.010.4100.25299.2337.8659.61
HexBE71BF12901912b263c
Octal2761612771510314534674
Binary101111101110001101111111101001011001100101011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE71BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE71BF; }

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

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

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

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

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

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

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

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