#B77FAE

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

Shades of London Hue #B77FAE

Tints of London Hue #B77FAE

Color information

#B77FAE (or 0xB77FAE) is unknown color: approx London Hue. HEX triplet: B7, 7F and AE. RGB value is (183,127,174). Sum of RGB (Red+Green+Blue) = 183+127+174=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 183 - color contains mainly: red. Hex color #B77FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77FAE is #488051. Grayscale: #949494. Windows color (decimal): -4751442 or 11435959. OLE color: 11435959.

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

Color convert

RGB183127174-
CMYK00.310.050.28
HSL309.64º28%60.78%-
HSV(B)309.64º30.6%71.76%-
XYZ34.7628.343.68-
YUV149.1142.05152.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.81%
GREEN value IS 127 (50% from 255) = 26.24%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=37.81%
G=26.24%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312717400.310.050.28309.642860.78
HexB77FAE01F51C1361c3d
Octal2671772560375344663475
Binary101101111111111101011100111111011110010011011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77FAE; }

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

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

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

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

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

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

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

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