#B178AA

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

Shades of London Hue #B178AA

Tints of London Hue #B178AA

Color information

#B178AA (or 0xB178AA) is unknown color: approx London Hue. HEX triplet: B1, 78 and AA. RGB value is (177,120,170). Sum of RGB (Red+Green+Blue) = 177+120+170=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B178AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B178AA is #4E8755. Grayscale: #8E8E8E. Windows color (decimal): -5146454 or 11172017. OLE color: 11172017.

HSL color Cylindrical-coordinate representation of color #B178AA: hue angle of 307.37º 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 #B178AA is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB177120170-
CMYK00.320.040.31
HSL307.37º26.76%58.24%-
HSV(B)307.37º32.2%69.41%-
XYZ32.125.6841.3-
YUV142.74143.38152.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.90%
GREEN value IS 120 (47.27% from 255) = 25.70%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=37.90%
G=25.70%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712017000.320.040.31307.3726.7658.24
HexB178AA02041F1331b3a
Octal2611702520404374633372
Binary1011000111110001010101001000001001111110011001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B178AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B178AA; }

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

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

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

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

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

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

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

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