#B277AE

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

Shades of London Hue #B277AE

Tints of London Hue #B277AE

Color information

#B277AE (or 0xB277AE) is unknown color: approx London Hue. HEX triplet: B2, 77 and AE. RGB value is (178,119,174). Sum of RGB (Red+Green+Blue) = 178+119+174=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B277AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B277AE is #4D8851. Grayscale: #8E8E8E. Windows color (decimal): -5081170 or 11433906. OLE color: 11433906.

HSL color Cylindrical-coordinate representation of color #B277AE: hue angle of 304.07º 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 #B277AE is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB178119174-
CMYK00.330.020.30
HSL304.07º27.7%58.24%-
HSV(B)304.07º33.15%69.8%-
XYZ32.625.7143.29-
YUV142.91145.55153.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.79%
GREEN value IS 119 (46.88% from 255) = 25.27%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=37.79%
G=25.27%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811917400.330.020.30304.0727.758.24
HexB277AE02121E1301c3a
Octal2621672560412364603472
Binary101100101110111101011100100001101111010011000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B277AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B277AE; }

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

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

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

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

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

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

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

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