#B18EB1

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

Shades of London Hue #B18EB1

Tints of London Hue #B18EB1

Color information

#B18EB1 (or 0xB18EB1) is unknown color: approx London Hue. HEX triplet: B1, 8E and B1. RGB value is (177,142,177). Sum of RGB (Red+Green+Blue) = 177+142+177=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B18EB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18EB1 is #4E714E. Grayscale: #9C9C9C. Windows color (decimal): -5140815 or 11636401. OLE color: 11636401.

HSL color Cylindrical-coordinate representation of color #B18EB1: hue angle of 300º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B18EB1 is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB177142177-
CMYK00.2000.31
HSL300º18.32%62.55%-
HSV(B)300º19.77%69.41%-
XYZ35.7431.8745.86-
YUV156.45139.6142.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.69%
GREEN value IS 142 (55.86% from 255) = 28.63%
BLUE value IS 177 (69.53% from 255) = 35.69%
R=35.69%
G=28.63%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714217700.2000.3130018.3262.55
HexB18EB101401F12c123f
Octal2612162610240374542277
Binary10110001100011101011000101010001111110010110010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18EB1; }

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

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

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

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

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

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

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

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