#B47BAA

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

Shades of London Hue #B47BAA

Tints of London Hue #B47BAA

Color information

#B47BAA (or 0xB47BAA) is unknown color: approx London Hue. HEX triplet: B4, 7B and AA. RGB value is (180,123,170). Sum of RGB (Red+Green+Blue) = 180+123+170=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B47BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47BAA is #4B8455. Grayscale: #919191. Windows color (decimal): -4949078 or 11172788. OLE color: 11172788.

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

Color convert

RGB180123170-
CMYK00.320.060.29
HSL310.53º27.54%59.41%-
HSV(B)310.53º31.67%70.59%-
XYZ33.1626.7741.45-
YUV145.4141.88152.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 123 (48.44% from 255) = 26.00%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=38.05%
G=26.00%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012317000.320.060.29310.5327.5459.41
HexB47BAA02061D1371c3b
Octal2641732520406354673473
Binary1011010011110111010101001000001101110110011011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47BAA; }

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

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

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

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

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

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

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

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