#BE76BE

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

Shades of Fuchsia #BE76BE

Tints of Fuchsia #BE76BE

Color information

#BE76BE (or 0xBE76BE) is unknown color: approx Fuchsia. HEX triplet: BE, 76 and BE. RGB value is (190,118,190). Sum of RGB (Red+Green+Blue) = 190+118+190=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE76BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76BE is #418941. Grayscale: #939393. Windows color (decimal): -4294978 or 12482238. OLE color: 12482238.

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

Color convert

RGB190118190-
CMYK00.3800.25
HSL300º35.64%60.39%-
HSV(B)300º37.89%74.51%-
XYZ37.0127.6252.1-
YUV147.74151.85158.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 118 (46.48% from 255) = 23.69%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=38.15%
G=23.69%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011819000.3800.2530035.6460.39
HexBE76BE02601912c243c
Octal2761662760460314544474
Binary101111101110110101111100100110011001100101100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE76BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE76BE; }

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

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

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

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

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

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

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

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