#B178AE

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

Shades of London Hue #B178AE

Tints of London Hue #B178AE

Color information

#B178AE (or 0xB178AE) is unknown color: approx London Hue. HEX triplet: B1, 78 and AE. RGB value is (177,120,174). Sum of RGB (Red+Green+Blue) = 177+120+174=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B178AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B178AE is #4E8751. Grayscale: #8F8F8F. Windows color (decimal): -5146450 or 11434161. OLE color: 11434161.

HSL color Cylindrical-coordinate representation of color #B178AE: hue angle of 303.16º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B178AE is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB177120174-
CMYK00.320.020.31
HSL303.16º26.76%58.24%-
HSV(B)303.16º32.2%69.41%-
XYZ32.4925.8443.32-
YUV143.2145.38152.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.58%
GREEN value IS 120 (47.27% from 255) = 25.48%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=37.58%
G=25.48%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712017400.320.020.31303.1626.7658.24
HexB178AE02021F12f1b3a
Octal2611702560402374573372
Binary101100011111000101011100100000101111110010111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B178AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B178AE; }

 p { color: rgb(177,120,174); }

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

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

 a { background-color: rgb(177,120,174); }

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

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

 span { border-color: rgb(177,120,174); }

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