#B377AE

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

Shades of London Hue #B377AE

Tints of London Hue #B377AE

Color information

#B377AE (or 0xB377AE) is unknown color: approx London Hue. HEX triplet: B3, 77 and AE. RGB value is (179,119,174). Sum of RGB (Red+Green+Blue) = 179+119+174=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B377AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B377AE is #4C8851. Grayscale: #8F8F8F. Windows color (decimal): -5015634 or 11433907. OLE color: 11433907.

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

Color convert

RGB179119174-
CMYK00.340.030.30
HSL305º28.3%58.43%-
HSV(B)305º33.52%70.2%-
XYZ32.8325.8343.3-
YUV143.21145.38153.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 119 (46.88% from 255) = 25.21%
BLUE value IS 174 (68.36% from 255) = 36.86%
R=37.92%
G=25.21%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911917400.340.030.3030528.358.43
HexB377AE02231E1311c3a
Octal2631672560423364613472
Binary101100111110111101011100100010111111010011000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B377AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B377AE; }

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

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

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

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

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

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

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

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