#BE76B1

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

Shades of London Hue #BE76B1

Tints of London Hue #BE76B1

Color information

#BE76B1 (or 0xBE76B1) is unknown color: approx London Hue. HEX triplet: BE, 76 and B1. RGB value is (190,118,177). Sum of RGB (Red+Green+Blue) = 190+118+177=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE76B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE76B1 is #41894E. Grayscale: #929292. Windows color (decimal): -4294991 or 11630270. OLE color: 11630270.

HSL color Cylindrical-coordinate representation of color #BE76B1: hue angle of 310.83º 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 #BE76B1 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB190118177-
CMYK00.380.070.25
HSL310.83º35.64%60.39%-
HSV(B)310.83º37.89%74.51%-
XYZ35.6527.0844.94-
YUV146.25145.35159.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 118 (46.48% from 255) = 24.33%
BLUE value IS 177 (69.53% from 255) = 36.49%
R=39.18%
G=24.33%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011817700.380.070.25310.8335.6460.39
HexBE76B1026719137243c
Octal2761662610467314674474
Binary10111110111011010110001010011011111001100110111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE76B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE76B1; }

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

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

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

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

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

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

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

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