#BE77BA

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

Shades of Fuchsia #BE77BA

Tints of Fuchsia #BE77BA

Color information

#BE77BA (or 0xBE77BA) is unknown color: approx Fuchsia. HEX triplet: BE, 77 and BA. RGB value is (190,119,186). Sum of RGB (Red+Green+Blue) = 190+119+186=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BE77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77BA is #418845. Grayscale: #939393. Windows color (decimal): -4294726 or 12220350. OLE color: 12220350.

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

Color convert

RGB190119186-
CMYK00.370.020.25
HSL303.38º35.32%60.59%-
HSV(B)303.38º37.37%74.51%-
XYZ36.6927.6949.86-
YUV147.87149.52158.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 119 (46.88% from 255) = 24.04%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=38.38%
G=24.04%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011918600.370.020.25303.3835.3260.59
HexBE77BA02521912f233d
Octal2761672720452314574375
Binary1011111011101111011101001001011011001100101111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE77BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE77BA; }

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

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

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

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

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

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

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

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