#B39BB1

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

Shades of London Hue #B39BB1

Tints of London Hue #B39BB1

Color information

#B39BB1 (or 0xB39BB1) is unknown color: approx London Hue. HEX triplet: B3, 9B and B1. RGB value is (179,155,177). Sum of RGB (Red+Green+Blue) = 179+155+177=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 179 - color contains mainly: red. Hex color #B39BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39BB1 is #4C644E. Grayscale: #A4A4A4. Windows color (decimal): -5006415 or 11639731. OLE color: 11639731.

HSL color Cylindrical-coordinate representation of color #B39BB1: hue angle of 305º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B39BB1 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB179155177-
CMYK00.130.010.30
HSL305º13.64%65.49%-
HSV(B)305º13.41%70.2%-
XYZ38.2536.246.57-
YUV164.68134.95138.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.03%
GREEN value IS 155 (60.94% from 255) = 30.33%
BLUE value IS 177 (69.53% from 255) = 34.64%
R=35.03%
G=30.33%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915517700.130.010.3030513.6465.49
HexB39BB10D11E131e41
Octal26323326101513646116101
Binary1011001110011011101100010110111111010011000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39BB1; }

 p { color: rgb(179,155,177); }

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

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

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

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

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

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

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