#B277AA

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

Shades of London Hue #B277AA

Tints of London Hue #B277AA

Color information

#B277AA (or 0xB277AA) is unknown color: approx London Hue. HEX triplet: B2, 77 and AA. RGB value is (178,119,170). Sum of RGB (Red+Green+Blue) = 178+119+170=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B277AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B277AA is #4D8855. Grayscale: #8E8E8E. Windows color (decimal): -5081174 or 11171762. OLE color: 11171762.

HSL color Cylindrical-coordinate representation of color #B277AA: hue angle of 308.14º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B277AA is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB178119170-
CMYK00.330.040.30
HSL308.14º27.7%58.24%-
HSV(B)308.14º33.15%69.8%-
XYZ32.2125.5641.27-
YUV142.45143.55153.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.12%
GREEN value IS 119 (46.88% from 255) = 25.48%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=38.12%
G=25.48%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811917000.330.040.30308.1427.758.24
HexB277AA02141E1341c3a
Octal2621672520414364643472
Binary1011001011101111010101001000011001111010011010011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B277AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B277AA; }

 p { color: rgb(178,119,170); }

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

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

 a { background-color: rgb(178,119,170); }

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

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

 span { border-color: rgb(178,119,170); }

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