#B37DAE

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

Shades of London Hue #B37DAE

Tints of London Hue #B37DAE

Color information

#B37DAE (or 0xB37DAE) is unknown color: approx London Hue. HEX triplet: B3, 7D and AE. RGB value is (179,125,174). Sum of RGB (Red+Green+Blue) = 179+125+174=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B37DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37DAE is #4C8251. Grayscale: #929292. Windows color (decimal): -5014098 or 11435443. OLE color: 11435443.

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

Color convert

RGB179125174-
CMYK00.300.030.30
HSL305.56º26.21%59.61%-
HSV(B)305.56º30.17%70.2%-
XYZ33.5627.3143.55-
YUV146.73143.39151.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.45%
GREEN value IS 125 (49.22% from 255) = 26.15%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=37.45%
G=26.15%
B=36.40%

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
Decimal17912517400.300.030.30305.5626.2159.61
HexB37DAE01E31E1321a3c
Octal2631752560363364623274
Binary10110011111110110101110011110111111010011001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37DAE; }

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

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

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

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

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

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

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

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