#B47EAD

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

Shades of London Hue #B47EAD

Tints of London Hue #B47EAD

Color information

#B47EAD (or 0xB47EAD) is unknown color: approx London Hue. HEX triplet: B4, 7E and AD. RGB value is (180,126,173). Sum of RGB (Red+Green+Blue) = 180+126+173=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B47EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47EAD is #4B8152. Grayscale: #939393. Windows color (decimal): -4948307 or 11370164. OLE color: 11370164.

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

Color convert

RGB180126173-
CMYK00.30.040.29
HSL307.78º26.47%60%-
HSV(B)307.78º30%70.59%-
XYZ33.8327.6443.09-
YUV147.5142.39151.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 126 (49.61% from 255) = 26.30%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=37.58%
G=26.30%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012617300.30.040.29307.7826.4760
HexB47EAD01E41D1341a3c
Octal2641762550364354643274
Binary101101001111110101011010111101001110110011010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47EAD; }

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

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

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

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

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

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

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

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