#B47BAD

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

Shades of London Hue #B47BAD

Tints of London Hue #B47BAD

Color information

#B47BAD (or 0xB47BAD) is unknown color: approx London Hue. HEX triplet: B4, 7B and AD. RGB value is (180,123,173). Sum of RGB (Red+Green+Blue) = 180+123+173=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B47BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47BAD is #4B8452. Grayscale: #919191. Windows color (decimal): -4949075 or 11369396. OLE color: 11369396.

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

Color convert

RGB180123173-
CMYK00.320.040.29
HSL307.37º27.54%59.41%-
HSV(B)307.37º31.67%70.59%-
XYZ33.4526.8942.96-
YUV145.74143.38152.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 123 (48.44% from 255) = 25.84%
BLUE value IS 173 (67.97% from 255) = 36.34%
R=37.82%
G=25.84%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012317300.320.040.29307.3727.5459.41
HexB47BAD02041D1331c3b
Octal2641732550404354633473
Binary1011010011110111010110101000001001110110011001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47BAD; }

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

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

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

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

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

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

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

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