#B47FAD

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

Shades of London Hue #B47FAD

Tints of London Hue #B47FAD

Color information

#B47FAD (or 0xB47FAD) is unknown color: approx London Hue. HEX triplet: B4, 7F and AD. RGB value is (180,127,173). Sum of RGB (Red+Green+Blue) = 180+127+173=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 180 - color contains mainly: red. Hex color #B47FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47FAD is #4B8052. Grayscale: #939393. Windows color (decimal): -4948051 or 11370420. OLE color: 11370420.

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

Color convert

RGB180127173-
CMYK00.290.040.29
HSL307.92º26.11%60.2%-
HSV(B)307.92º29.44%70.59%-
XYZ33.9527.943.13-
YUV148.09142.06150.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.5%
GREEN value IS 127 (50% from 255) = 26.46%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=37.5%
G=26.46%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012717300.290.040.29307.9226.1160.2
HexB47FAD01D41D1341a3c
Octal2641772550354354643274
Binary101101001111111101011010111011001110110011010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47FAD; }

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

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

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

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

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

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

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

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