#B47CAD

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

Shades of London Hue #B47CAD

Tints of London Hue #B47CAD

Color information

#B47CAD (or 0xB47CAD) is unknown color: approx London Hue. HEX triplet: B4, 7C and AD. RGB value is (180,124,173). Sum of RGB (Red+Green+Blue) = 180+124+173=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B47CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47CAD is #4B8352. Grayscale: #929292. Windows color (decimal): -4948819 or 11369652. OLE color: 11369652.

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

Color convert

RGB180124173-
CMYK00.310.040.29
HSL307.5º27.18%59.61%-
HSV(B)307.5º31.11%70.59%-
XYZ33.5727.1443-
YUV146.33143.05152.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 124 (48.83% from 255) = 26.00%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=37.74%
G=26.00%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012417300.310.040.29307.527.1859.61
HexB47CAD01F41D1341b3c
Octal2641742550374354643374
Binary101101001111100101011010111111001110110011010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47CAD; }

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

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

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

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

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

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

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

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