#B178B4

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

Shades of London Hue #B178B4

Tints of London Hue #B178B4

Color information

#B178B4 (or 0xB178B4) is unknown color: approx London Hue. HEX triplet: B1, 78 and B4. RGB value is (177,120,180). Sum of RGB (Red+Green+Blue) = 177+120+180=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 180 - color contains mainly: blue. Hex color #B178B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B178B4 is #4E874B. Grayscale: #8F8F8F. Windows color (decimal): -5146444 or 11827377. OLE color: 11827377.

HSL color Cylindrical-coordinate representation of color #B178B4: hue angle of 297º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B178B4 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB177120180-
CMYK0.020.3300.29
HSL297º28.57%58.82%-
HSV(B)297º33.33%70.59%-
XYZ33.0926.0846.47-
YUV143.88148.38151.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.11%
GREEN value IS 120 (47.27% from 255) = 25.16%
BLUE value IS 180 (70.70% from 255) = 37.74%
R=37.11%
G=25.16%
B=37.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771201800.020.3300.2929728.5758.82
HexB178B422101D1291d3b
Octal2611702642410354513573
Binary101100011111000101101001010000101110110010100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B178B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B178B4; }

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

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

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

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

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

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

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

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