#B77BAE

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

Shades of London Hue #B77BAE

Tints of London Hue #B77BAE

Color information

#B77BAE (or 0xB77BAE) is unknown color: approx London Hue. HEX triplet: B7, 7B and AE. RGB value is (183,123,174). Sum of RGB (Red+Green+Blue) = 183+123+174=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 183 - color contains mainly: red. Hex color #B77BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77BAE is #488451. Grayscale: #929292. Windows color (decimal): -4752466 or 11434935. OLE color: 11434935.

HSL color Cylindrical-coordinate representation of color #B77BAE: hue angle of 309º degrees, saturation: 0.29, 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 #B77BAE is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB183123174-
CMYK00.330.050.28
HSL309º29.41%60%-
HSV(B)309º32.79%71.76%-
XYZ34.2527.2943.51-
YUV146.75143.38153.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.12%
GREEN value IS 123 (48.44% from 255) = 25.62%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=38.12%
G=25.62%
B=36.25%

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
Decimal18312317400.330.050.2830929.4160
HexB77BAE02151C1351d3c
Octal2671732560415344653574
Binary1011011111110111010111001000011011110010011010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77BAE; }

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

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

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

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

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

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

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

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