#B47FAE

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

Shades of London Hue #B47FAE

Tints of London Hue #B47FAE

Color information

#B47FAE (or 0xB47FAE) is unknown color: approx London Hue. HEX triplet: B4, 7F and AE. RGB value is (180,127,174). Sum of RGB (Red+Green+Blue) = 180+127+174=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 180 - color contains mainly: red. Hex color #B47FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47FAE is #4B8051. Grayscale: #949494. Windows color (decimal): -4948050 or 11435956. OLE color: 11435956.

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

Color convert

RGB180127174-
CMYK00.290.030.29
HSL306.79º26.11%60.2%-
HSV(B)306.79º29.44%70.59%-
XYZ34.0527.9443.64-
YUV148.21142.56150.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 127 (50% from 255) = 26.40%
BLUE value IS 174 (68.36% from 255) = 36.17%
R=37.42%
G=26.40%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012717400.290.030.29306.7926.1160.2
HexB47FAE01D31D1331a3c
Octal2641772560353354633274
Binary10110100111111110101110011101111110110011001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47FAE; }

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

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

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

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

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

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

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

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