#B178B3

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

Shades of London Hue #B178B3

Tints of London Hue #B178B3

Color information

#B178B3 (or 0xB178B3) is unknown color: approx London Hue. HEX triplet: B1, 78 and B3. RGB value is (177,120,179). Sum of RGB (Red+Green+Blue) = 177+120+179=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 179 - color contains mainly: blue. Hex color #B178B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B178B3 is #4E874C. Grayscale: #8F8F8F. Windows color (decimal): -5146445 or 11761841. OLE color: 11761841.

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

Color convert

RGB177120179-
CMYK0.010.3300.30
HSL297.97º27.96%58.63%-
HSV(B)297.97º32.96%70.2%-
XYZ32.9826.0345.93-
YUV143.77147.88151.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.18%
GREEN value IS 120 (47.27% from 255) = 25.21%
BLUE value IS 179 (70.31% from 255) = 37.61%
R=37.18%
G=25.21%
B=37.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1771201790.010.3300.30297.9727.9658.63
HexB178B312101E12a1c3b
Octal2611702631410364523473
Binary10110001111100010110011110000101111010010101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B178B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B178B3; }

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

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

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

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

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

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

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

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