#B17EB4

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

Shades of London Hue #B17EB4

Tints of London Hue #B17EB4

Color information

#B17EB4 (or 0xB17EB4) is unknown color: approx London Hue. HEX triplet: B1, 7E and B4. RGB value is (177,126,180). Sum of RGB (Red+Green+Blue) = 177+126+180=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 180 - color contains mainly: blue. Hex color #B17EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17EB4 is #4E814B. Grayscale: #939393. Windows color (decimal): -5144908 or 11828913. OLE color: 11828913.

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

Color convert

RGB177126180-
CMYK0.020.300.29
HSL296.67º26.47%60%-
HSV(B)296.67º30%70.59%-
XYZ33.8327.5646.72-
YUV147.4146.4149.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.65%
GREEN value IS 126 (49.61% from 255) = 26.09%
BLUE value IS 180 (70.70% from 255) = 37.27%
R=36.65%
G=26.09%
B=37.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771261800.020.300.29296.6726.4760
HexB17EB421E01D1291a3c
Octal2611762642360354513274
Binary10110001111111010110100101111001110110010100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17EB4; }

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

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

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

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

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

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

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

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