#B178B0

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

Shades of London Hue #B178B0

Tints of London Hue #B178B0

Color information

#B178B0 (or 0xB178B0) is unknown color: approx London Hue. HEX triplet: B1, 78 and B0. RGB value is (177,120,176). Sum of RGB (Red+Green+Blue) = 177+120+176=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B178B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B178B0 is #4E874F. Grayscale: #8F8F8F. Windows color (decimal): -5146448 or 11565233. OLE color: 11565233.

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

Color convert

RGB177120176-
CMYK00.320.010.31
HSL301.05º26.76%58.24%-
HSV(B)301.05º32.2%69.41%-
XYZ32.6825.9144.35-
YUV143.43146.38151.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 120 (47.27% from 255) = 25.37%
BLUE value IS 176 (69.14% from 255) = 37.21%
R=37.42%
G=25.37%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712017600.320.010.31301.0526.7658.24
HexB178B002011F12d1b3a
Octal2611702600401374553372
Binary10110001111100010110000010000011111110010110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B178B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B178B0; }

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

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

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

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

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

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

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

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