#BE71BE

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

Shades of Fuchsia #BE71BE

Tints of Fuchsia #BE71BE

Color information

#BE71BE (or 0xBE71BE) is unknown color: approx Fuchsia. HEX triplet: BE, 71 and BE. RGB value is (190,113,190). Sum of RGB (Red+Green+Blue) = 190+113+190=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE71BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71BE is #418E41. Grayscale: #909090. Windows color (decimal): -4296258 or 12480958. OLE color: 12480958.

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

Color convert

RGB190113190-
CMYK00.4100.25
HSL300º37.2%59.41%-
HSV(B)300º40.53%74.51%-
XYZ36.4326.4851.91-
YUV144.8153.51160.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 113 (44.53% from 255) = 22.92%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=38.54%
G=22.92%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011319000.4100.2530037.259.41
HexBE71BE02901912c253b
Octal2761612760510314544573
Binary101111101110001101111100101001011001100101100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE71BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE71BE; }

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

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

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

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

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

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

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

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