#B77AB1

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

Shades of London Hue #B77AB1

Tints of London Hue #B77AB1

Color information

#B77AB1 (or 0xB77AB1) is unknown color: approx London Hue. HEX triplet: B7, 7A and B1. RGB value is (183,122,177). Sum of RGB (Red+Green+Blue) = 183+122+177=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 183 - color contains mainly: red. Hex color #B77AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77AB1 is #48854E. Grayscale: #929292. Windows color (decimal): -4752719 or 11631287. OLE color: 11631287.

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

Color convert

RGB183122177-
CMYK00.330.030.28
HSL305.9º29.76%59.8%-
HSV(B)305.9º33.33%71.76%-
XYZ34.4227.1645.02-
YUV146.51145.21154.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.97%
GREEN value IS 122 (48.05% from 255) = 25.31%
BLUE value IS 177 (69.53% from 255) = 36.72%
R=37.97%
G=25.31%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312217700.330.030.28305.929.7659.8
HexB77AB102131C1321e3c
Octal2671722610413344623674
Binary101101111111010101100010100001111110010011001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77AB1; }

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

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

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

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

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

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

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

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