#B77AAE

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

Shades of London Hue #B77AAE

Tints of London Hue #B77AAE

Color information

#B77AAE (or 0xB77AAE) is unknown color: approx London Hue. HEX triplet: B7, 7A and AE. RGB value is (183,122,174). Sum of RGB (Red+Green+Blue) = 183+122+174=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 183 - color contains mainly: red. Hex color #B77AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77AAE is #488551. Grayscale: #929292. Windows color (decimal): -4752722 or 11434679. OLE color: 11434679.

HSL color Cylindrical-coordinate representation of color #B77AAE: hue angle of 308.85º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B77AAE is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB183122174-
CMYK00.330.050.28
HSL308.85º29.76%59.8%-
HSV(B)308.85º33.33%71.76%-
XYZ34.1327.0443.47-
YUV146.17143.71154.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.20%
GREEN value IS 122 (48.05% from 255) = 25.47%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=38.20%
G=25.47%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312217400.330.050.28308.8529.7659.8
HexB77AAE02151C1351e3c
Octal2671722560415344653674
Binary1011011111110101010111001000011011110010011010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77AAE; }

 p { color: rgb(183,122,174); }

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

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

 a { background-color: rgb(183,122,174); }

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

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

 span { border-color: rgb(183,122,174); }

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