#BE77C2

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

Shades of Fuchsia #BE77C2

Tints of Fuchsia #BE77C2

Color information

#BE77C2 (or 0xBE77C2) is unknown color: approx Fuchsia. HEX triplet: BE, 77 and C2. RGB value is (190,119,194). Sum of RGB (Red+Green+Blue) = 190+119+194=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE77C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77C2 is #41883D. Grayscale: #949494. Windows color (decimal): -4294718 or 12744638. OLE color: 12744638.

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

Color convert

RGB190119194-
CMYK0.020.3900.24
HSL296.8º38.07%61.37%-
HSV(B)296.8º38.66%76.08%-
XYZ37.5728.0454.47-
YUV148.78153.52157.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 119 (46.88% from 255) = 23.66%
BLUE value IS 194 (76.17% from 255) = 38.57%
R=37.77%
G=23.66%
B=38.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901191940.020.3900.24296.838.0761.37
HexBE77C2227018129263d
Octal2761673022470304514675
Binary1011111011101111100001010100111011000100101001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE77C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE77C2; }

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

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

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

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

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

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

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

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