#B18BB1

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

Shades of London Hue #B18BB1

Tints of London Hue #B18BB1

Color information

#B18BB1 (or 0xB18BB1) is unknown color: approx London Hue. HEX triplet: B1, 8B and B1. RGB value is (177,139,177). Sum of RGB (Red+Green+Blue) = 177+139+177=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B18BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18BB1 is #4E744E. Grayscale: #9A9A9A. Windows color (decimal): -5141583 or 11635633. OLE color: 11635633.

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

Color convert

RGB177139177-
CMYK00.2100.31
HSL300º19.59%61.96%-
HSV(B)300º21.47%69.41%-
XYZ35.330.9945.72-
YUV154.69140.59143.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.90%
GREEN value IS 139 (54.69% from 255) = 28.19%
BLUE value IS 177 (69.53% from 255) = 35.90%
R=35.90%
G=28.19%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713917700.2100.3130019.5961.96
HexB18BB101501F12c143e
Octal2612132610250374542476
Binary10110001100010111011000101010101111110010110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18BB1; }

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

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

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

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

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

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

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

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