#B776B1

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

Shades of London Hue #B776B1

Tints of London Hue #B776B1

Color information

#B776B1 (or 0xB776B1) is unknown color: approx London Hue. HEX triplet: B7, 76 and B1. RGB value is (183,118,177). Sum of RGB (Red+Green+Blue) = 183+118+177=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 183 - color contains mainly: red. Hex color #B776B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B776B1 is #48894E. Grayscale: #8F8F8F. Windows color (decimal): -4753743 or 11630263. OLE color: 11630263.

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

Color convert

RGB183118177-
CMYK00.360.030.28
HSL305.54º31.1%59.02%-
HSV(B)305.54º35.52%71.76%-
XYZ33.9426.244.86-
YUV144.16146.53155.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.28%
GREEN value IS 118 (46.48% from 255) = 24.69%
BLUE value IS 177 (69.53% from 255) = 37.03%
R=38.28%
G=24.69%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311817700.360.030.28305.5431.159.02
HexB776B102431C1321f3b
Octal2671662610443344623773
Binary101101111110110101100010100100111110010011001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B776B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B776B1; }

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

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

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

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

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

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

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

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