#B777B1

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

Shades of London Hue #B777B1

Tints of London Hue #B777B1

Color information

#B777B1 (or 0xB777B1) is unknown color: approx London Hue. HEX triplet: B7, 77 and B1. RGB value is (183,119,177). Sum of RGB (Red+Green+Blue) = 183+119+177=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 183 - color contains mainly: red. Hex color #B777B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B777B1 is #48884E. Grayscale: #909090. Windows color (decimal): -4753487 or 11630519. OLE color: 11630519.

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

Color convert

RGB183119177-
CMYK00.350.030.28
HSL305.62º30.77%59.22%-
HSV(B)305.62º34.97%71.76%-
XYZ34.0626.4444.9-
YUV144.75146.2155.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.20%
GREEN value IS 119 (46.88% from 255) = 24.84%
BLUE value IS 177 (69.53% from 255) = 36.95%
R=38.20%
G=24.84%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311917700.350.030.28305.6230.7759.22
HexB777B102331C1321f3b
Octal2671672610433344623773
Binary101101111110111101100010100011111110010011001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B777B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B777B1; }

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

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

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

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

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

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

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

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