#B77AB4

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

Shades of London Hue #B77AB4

Tints of London Hue #B77AB4

Color information

#B77AB4 (or 0xB77AB4) is unknown color: approx London Hue. HEX triplet: B7, 7A and B4. RGB value is (183,122,180). Sum of RGB (Red+Green+Blue) = 183+122+180=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 183 - color contains mainly: red. Hex color #B77AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77AB4 is #48854B. Grayscale: #929292. Windows color (decimal): -4752716 or 11827895. OLE color: 11827895.

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

Color convert

RGB183122180-
CMYK00.330.020.28
HSL302.95º29.76%59.8%-
HSV(B)302.95º33.33%71.76%-
XYZ34.7327.2846.62-
YUV146.85146.71153.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.73%
GREEN value IS 122 (48.05% from 255) = 25.15%
BLUE value IS 180 (70.70% from 255) = 37.11%
R=37.73%
G=25.15%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312218000.330.020.28302.9529.7659.8
HexB77AB402121C12f1e3c
Octal2671722640412344573674
Binary101101111111010101101000100001101110010010111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77AB4; }

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

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

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

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

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

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

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

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