Html Css Color HEX #B39DB3 London Hue

📋 copy color: '#B39DB3'

red 179 ◦ green 157 ◦ blue 179

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

Shades of London Hue #B39DB3

Tints of London Hue #B39DB3

RGB

 RED value IS 179 (70.31% from 255) = 34.76%

 GREEN value IS 157 (61.72% from 255) = 30.49%

 BLUE value IS 179 (70.31% from 255) = 34.76%

R = 34.76%
G = 30.49%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B39DB3 (or 0xB39DB3) is known color: London Hue. HEX triplet: B3, 9D and B3. RGB value is (179,157,179). Sum of RGB (Red+Green+Blue) = 179+157+179=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B39DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39DB3 is #4C624C. Grayscale: #A6A6A6. Windows color (decimal): -5005901 or 11771315. OLE color: 11771315.

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

Color convert

RGB 179 157 179 -
CMYK 0 0.12 0 0.30
HSL 300º 0.13% 0.66% -
HSV(B) 300º 0.12% 0.7% -
XYZ 38.78 36.95 47.74 -
YUV 166.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 179 157 179 0 0.12 0 0.30 300 0.13 0.66
Hex B3 9D B3 0 C 0 1E 12C D 42
Octal 263 235 263 0 14 0 36 454 15 102
Binary 10110011 10011101 10110011 0 1100 0 11110 100101100 1101 1000010

Color Harmonies of #B39DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39DB3

Black with #B39DB3

Text Example


Text Example

White with #B39DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39DB3; }

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

 H1.HeaderClassName
 {
   color: #B39DB3;
 }
 .AnyTagClassName
 {
   color: #B39DB3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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