#BE77C1

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

Shades of Fuchsia #BE77C1

Tints of Fuchsia #BE77C1

Color information

#BE77C1 (or 0xBE77C1) is unknown color: approx Fuchsia. HEX triplet: BE, 77 and C1. RGB value is (190,119,193). Sum of RGB (Red+Green+Blue) = 190+119+193=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE77C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77C1 is #41883E. Grayscale: #949494. Windows color (decimal): -4294719 or 12679102. OLE color: 12679102.

HSL color Cylindrical-coordinate representation of color #BE77C1: hue angle of 297.57º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE77C1 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190119193-
CMYK0.020.3800.24
HSL297.57º37.37%61.18%-
HSV(B)297.57º38.34%75.69%-
XYZ37.4627.9953.88-
YUV148.66153.02157.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 119 (46.88% from 255) = 23.71%
BLUE value IS 193 (75.78% from 255) = 38.45%
R=37.85%
G=23.71%
B=38.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901191930.020.3800.24297.5737.3761.18
HexBE77C122601812a253d
Octal2761673012460304524575
Binary1011111011101111100000110100110011000100101010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE77C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE77C1; }

 p { color: rgb(190,119,193); }

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

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

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

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

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

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

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