#B47DAE

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

Shades of London Hue #B47DAE

Tints of London Hue #B47DAE

Color information

#B47DAE (or 0xB47DAE) is unknown color: approx London Hue. HEX triplet: B4, 7D and AE. RGB value is (180,125,174). Sum of RGB (Red+Green+Blue) = 180+125+174=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B47DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47DAE is #4B8251. Grayscale: #929292. Windows color (decimal): -4948562 or 11435444. OLE color: 11435444.

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

Color convert

RGB180125174-
CMYK00.310.030.29
HSL306.55º26.83%59.8%-
HSV(B)306.55º30.56%70.59%-
XYZ33.827.4343.56-
YUV147.03143.22151.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=37.58%
G=26.10%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012517400.310.030.29306.5526.8359.8
HexB47DAE01F31D1331b3c
Octal2641752560373354633374
Binary10110100111110110101110011111111110110011001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47DAE; }

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

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

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

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

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

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

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

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