#B176B4

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

Shades of London Hue #B176B4

Tints of London Hue #B176B4

Color information

#B176B4 (or 0xB176B4) is unknown color: approx London Hue. HEX triplet: B1, 76 and B4. RGB value is (177,118,180). Sum of RGB (Red+Green+Blue) = 177+118+180=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 180 - color contains mainly: blue. Hex color #B176B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B176B4 is #4E894B. Grayscale: #8E8E8E. Windows color (decimal): -5146956 or 11826865. OLE color: 11826865.

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

Color convert

RGB177118180-
CMYK0.020.3400.29
HSL297.1º29.25%58.43%-
HSV(B)297.1º34.44%70.59%-
XYZ32.8525.646.39-
YUV142.71149.05152.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.26%
GREEN value IS 118 (46.48% from 255) = 24.84%
BLUE value IS 180 (70.70% from 255) = 37.89%
R=37.26%
G=24.84%
B=37.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771181800.020.3400.29297.129.2558.43
HexB176B422201D1291d3a
Octal2611662642420354513572
Binary101100011110110101101001010001001110110010100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B176B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B176B4; }

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

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

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

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

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

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

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

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