#B47BAE

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

Shades of London Hue #B47BAE

Tints of London Hue #B47BAE

Color information

#B47BAE (or 0xB47BAE) is unknown color: approx London Hue. HEX triplet: B4, 7B and AE. RGB value is (180,123,174). Sum of RGB (Red+Green+Blue) = 180+123+174=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B47BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47BAE is #4B8451. Grayscale: #919191. Windows color (decimal): -4949074 or 11434932. OLE color: 11434932.

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

Color convert

RGB180123174-
CMYK00.320.030.29
HSL306.32º27.54%59.41%-
HSV(B)306.32º31.67%70.59%-
XYZ33.5526.9343.47-
YUV145.86143.88152.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 123 (48.44% from 255) = 25.79%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=37.74%
G=25.79%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012317400.320.030.29306.3227.5459.41
HexB47BAE02031D1321c3b
Octal2641732560403354623473
Binary101101001111011101011100100000111110110011001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47BAE; }

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

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

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

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

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

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

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

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