Html Css Color HEX #B39BB1 London Hue

📋 copy color: '#B39BB1'

red 179 ◦ green 155 ◦ blue 177

#B39BB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #B39BB1

Tints of London Hue #B39BB1

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 value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B39BB1 (or 0xB39BB1) is known color: 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

RGB 179 155 177 -
CMYK 0 0.13 0.01 0.30
HSL 305º 0.14% 0.65% -
HSV(B) 305º 0.13% 0.7% -
XYZ 38.25 36.2 46.57 -
YUV 164.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 179 155 177 0 0.13 0.01 0.30 305 0.14 0.65
Hex B3 9B B1 0 D 1 1E 131 E 41
Octal 263 233 261 0 15 1 36 461 16 101
Binary 10110011 10011011 10110001 0 1101 1 11110 100110001 1110 1000001

Color Harmonies of #B39BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39BB1

Black with #B39BB1

Text Example


Text Example

White with #B39BB1

Text Example


Text Example

HTML Codes & Css Web 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>