#B18EB5

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

Shades of London Hue #B18EB5

Tints of London Hue #B18EB5

Color information

#B18EB5 (or 0xB18EB5) is unknown color: approx London Hue. HEX triplet: B1, 8E and B5. RGB value is (177,142,181). Sum of RGB (Red+Green+Blue) = 177+142+181=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 181 - color contains mainly: blue. Hex color #B18EB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18EB5 is #4E714A. Grayscale: #9C9C9C. Windows color (decimal): -5140811 or 11898545. OLE color: 11898545.

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

Color convert

RGB177142181-
CMYK0.020.2200.29
HSL293.85º20.86%63.33%-
HSV(B)293.85º21.55%70.98%-
XYZ36.1432.0347.99-
YUV156.91141.6142.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 142 (55.86% from 255) = 28.4%
BLUE value IS 181 (71.09% from 255) = 36.2%
R=35.4%
G=28.4%
B=36.2%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771421810.020.2200.29293.8520.8663.33
HexB18EB521601D126153f
Octal2612162652260354462577
Binary101100011000111010110101101011001110110010011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18EB5; }

 p { color: rgb(177,142,181); }

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

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

 a { background-color: rgb(177,142,181); }

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

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

 span { border-color: rgb(177,142,181); }

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