#B39BB3

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

Shades of London Hue #B39BB3

Tints of London Hue #B39BB3

Color information

#B39BB3 (or 0xB39BB3) is unknown color: approx London Hue. HEX triplet: B3, 9B and B3. RGB value is (179,155,179). Sum of RGB (Red+Green+Blue) = 179+155+179=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B39BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39BB3 is #4C644C. Grayscale: #A4A4A4. Windows color (decimal): -5006413 or 11770803. OLE color: 11770803.

HSL color Cylindrical-coordinate representation of color #B39BB3: hue angle of 300º 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 #B39BB3 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB179155179-
CMYK00.1300.30
HSL300º13.64%65.49%-
HSV(B)300º13.41%70.2%-
XYZ38.4536.2847.62-
YUV164.91135.95138.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.89%
GREEN value IS 155 (60.94% from 255) = 30.21%
BLUE value IS 179 (70.31% from 255) = 34.89%
R=34.89%
G=30.21%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915517900.1300.3030013.6465.49
HexB39BB30D01E12ce41
Octal26323326301503645416101
Binary1011001110011011101100110110101111010010110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39BB3; }

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

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

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

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

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

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

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

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