#B38DB6

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

Shades of London Hue #B38DB6

Tints of London Hue #B38DB6

Color information

#B38DB6 (or 0xB38DB6) is unknown color: approx London Hue. HEX triplet: B3, 8D and B6. RGB value is (179,141,182). Sum of RGB (Red+Green+Blue) = 179+141+182=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 182 - color contains mainly: blue. Hex color #B38DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38DB6 is #4C7249. Grayscale: #9C9C9C. Windows color (decimal): -5009994 or 11963827. OLE color: 11963827.

HSL color Cylindrical-coordinate representation of color #B38DB6: hue angle of 295.61º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B38DB6 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB179141182-
CMYK0.020.2300.29
HSL295.61º21.93%63.33%-
HSV(B)295.61º22.53%71.37%-
XYZ36.5632.0148.51-
YUV157.04142.09143.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.66%
GREEN value IS 141 (55.47% from 255) = 28.09%
BLUE value IS 182 (71.48% from 255) = 36.25%
R=35.66%
G=28.09%
B=36.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791411820.020.2300.29295.6121.9363.33
HexB38DB621701D128163f
Octal2632152662270354502677
Binary101100111000110110110110101011101110110010100010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38DB6; }

 p { color: rgb(179,141,182); }

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

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

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

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

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

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

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