#BE77C0

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

Shades of Fuchsia #BE77C0

Tints of Fuchsia #BE77C0

Color information

#BE77C0 (or 0xBE77C0) is unknown color: approx Fuchsia. HEX triplet: BE, 77 and C0. RGB value is (190,119,192). Sum of RGB (Red+Green+Blue) = 190+119+192=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE77C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77C0 is #41883F. Grayscale: #949494. Windows color (decimal): -4294720 or 12613566. OLE color: 12613566.

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

Color convert

RGB190119192-
CMYK0.010.3800.25
HSL298.36º36.68%60.98%-
HSV(B)298.36º38.02%75.29%-
XYZ37.3527.9553.3-
YUV148.55152.52157.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 119 (46.88% from 255) = 23.75%
BLUE value IS 192 (75.39% from 255) = 38.32%
R=37.92%
G=23.75%
B=38.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901191920.010.3800.25298.3636.6860.98
HexBE77C012601912a253d
Octal2761673001460314524575
Binary101111101110111110000001100110011001100101010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE77C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE77C0; }

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

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

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

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

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

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

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

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