#B77AAD

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

Shades of London Hue #B77AAD

Tints of London Hue #B77AAD

Color information

#B77AAD (or 0xB77AAD) is unknown color: approx London Hue. HEX triplet: B7, 7A and AD. RGB value is (183,122,173). Sum of RGB (Red+Green+Blue) = 183+122+173=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 183 - color contains mainly: red. Hex color #B77AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77AAD is #488552. Grayscale: #919191. Windows color (decimal): -4752723 or 11369143. OLE color: 11369143.

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

Color convert

RGB183122173-
CMYK00.330.050.28
HSL309.84º29.76%59.8%-
HSV(B)309.84º33.33%71.76%-
XYZ34.032742.95-
YUV146.05143.21154.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.28%
GREEN value IS 122 (48.05% from 255) = 25.52%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=38.28%
G=25.52%
B=36.19%

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
Decimal18312217300.330.050.28309.8429.7659.8
HexB77AAD02151C1361e3c
Octal2671722550415344663674
Binary1011011111110101010110101000011011110010011011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77AAD; }

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

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

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

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

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

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

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

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