#B777B0

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

Shades of London Hue #B777B0

Tints of London Hue #B777B0

Color information

#B777B0 (or 0xB777B0) is unknown color: approx London Hue. HEX triplet: B7, 77 and B0. RGB value is (183,119,176). Sum of RGB (Red+Green+Blue) = 183+119+176=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 183 - color contains mainly: red. Hex color #B777B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B777B0 is #48884F. Grayscale: #909090. Windows color (decimal): -4753488 or 11564983. OLE color: 11564983.

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

Color convert

RGB183119176-
CMYK00.350.040.28
HSL306.56º30.77%59.22%-
HSV(B)306.56º34.97%71.76%-
XYZ33.9626.444.38-
YUV144.63145.7155.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.28%
GREEN value IS 119 (46.88% from 255) = 24.90%
BLUE value IS 176 (69.14% from 255) = 36.82%
R=38.28%
G=24.90%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311917600.350.040.28306.5630.7759.22
HexB777B002341C1331f3b
Octal2671672600434344633773
Binary1011011111101111011000001000111001110010011001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B777B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B777B0; }

 p { color: rgb(183,119,176); }

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

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

 a { background-color: rgb(183,119,176); }

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

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

 span { border-color: rgb(183,119,176); }

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