#B776AC

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

Shades of London Hue #B776AC

Tints of London Hue #B776AC

Color information

#B776AC (or 0xB776AC) is unknown color: approx London Hue. HEX triplet: B7, 76 and AC. RGB value is (183,118,172). Sum of RGB (Red+Green+Blue) = 183+118+172=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 183 - color contains mainly: red. Hex color #B776AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B776AC is #488953. Grayscale: #8F8F8F. Windows color (decimal): -4753748 or 11302583. OLE color: 11302583.

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

Color convert

RGB183118172-
CMYK00.360.060.28
HSL310.15º31.1%59.02%-
HSV(B)310.15º35.52%71.76%-
XYZ33.452642.29-
YUV143.59144.03156.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.69%
GREEN value IS 118 (46.48% from 255) = 24.95%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=38.69%
G=24.95%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311817200.360.060.28310.1531.159.02
HexB776AC02461C1361f3b
Octal2671662540446344663773
Binary1011011111101101010110001001001101110010011011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B776AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B776AC; }

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

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

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

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

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

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

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

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