#B37DAD

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

Shades of London Hue #B37DAD

Tints of London Hue #B37DAD

Color information

#B37DAD (or 0xB37DAD) is unknown color: approx London Hue. HEX triplet: B3, 7D and AD. RGB value is (179,125,173). Sum of RGB (Red+Green+Blue) = 179+125+173=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 179 - color contains mainly: red. Hex color #B37DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37DAD is #4C8252. Grayscale: #929292. Windows color (decimal): -5014099 or 11369907. OLE color: 11369907.

HSL color Cylindrical-coordinate representation of color #B37DAD: hue angle of 306.67º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B37DAD is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB179125173-
CMYK00.300.030.30
HSL306.67º26.21%59.61%-
HSV(B)306.67º30.17%70.2%-
XYZ33.4727.2743.03-
YUV146.62142.89151.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.53%
GREEN value IS 125 (49.22% from 255) = 26.21%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=37.53%
G=26.21%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912517300.300.030.30306.6726.2159.61
HexB37DAD01E31E1331a3c
Octal2631752550363364633274
Binary10110011111110110101101011110111111010011001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37DAD; }

 p { color: rgb(179,125,173); }

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

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

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

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

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

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

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