#B37FAE

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

Shades of London Hue #B37FAE

Tints of London Hue #B37FAE

Color information

#B37FAE (or 0xB37FAE) is unknown color: approx London Hue. HEX triplet: B3, 7F and AE. RGB value is (179,127,174). Sum of RGB (Red+Green+Blue) = 179+127+174=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B37FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37FAE is #4C8051. Grayscale: #939393. Windows color (decimal): -5013586 or 11435955. OLE color: 11435955.

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

Color convert

RGB179127174-
CMYK00.290.030.30
HSL305.77º25.49%60%-
HSV(B)305.77º29.05%70.2%-
XYZ33.8227.8243.63-
YUV147.91142.73150.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 127 (50% from 255) = 26.46%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=37.29%
G=26.46%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912717400.290.030.30305.7725.4960
HexB37FAE01D31E132193c
Octal2631772560353364623174
Binary10110011111111110101110011101111111010011001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37FAE; }

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

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

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

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

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

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

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

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