#B47DAD

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

Shades of London Hue #B47DAD

Tints of London Hue #B47DAD

Color information

#B47DAD (or 0xB47DAD) is unknown color: approx London Hue. HEX triplet: B4, 7D and AD. RGB value is (180,125,173). Sum of RGB (Red+Green+Blue) = 180+125+173=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B47DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47DAD is #4B8252. Grayscale: #929292. Windows color (decimal): -4948563 or 11369908. OLE color: 11369908.

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

Color convert

RGB180125173-
CMYK00.310.040.29
HSL307.64º26.83%59.8%-
HSV(B)307.64º30.56%70.59%-
XYZ33.727.3943.05-
YUV146.92142.72151.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 125 (49.22% from 255) = 26.15%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=37.66%
G=26.15%
B=36.19%

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
Decimal18012517300.310.040.29307.6426.8359.8
HexB47DAD01F41D1341b3c
Octal2641752550374354643374
Binary101101001111101101011010111111001110110011010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47DAD; }

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

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

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

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

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

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

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

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