#B47AB4

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

Shades of London Hue #B47AB4

Tints of London Hue #B47AB4

Color information

#B47AB4 (or 0xB47AB4) is unknown color: approx London Hue. HEX triplet: B4, 7A and B4. RGB value is (180,122,180). Sum of RGB (Red+Green+Blue) = 180+122+180=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B47AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47AB4 is #4B854B. Grayscale: #919191. Windows color (decimal): -4949324 or 11827892. OLE color: 11827892.

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

Color convert

RGB180122180-
CMYK00.3200.29
HSL300º27.88%59.22%-
HSV(B)300º32.22%70.59%-
XYZ34.0226.9246.58-
YUV145.95147.22152.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 122 (48.05% from 255) = 25.31%
BLUE value IS 180 (70.70% from 255) = 37.34%
R=37.34%
G=25.31%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012218000.3200.2930027.8859.22
HexB47AB402001D12c1c3b
Octal2641722640400354543473
Binary10110100111101010110100010000001110110010110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47AB4; }

 p { color: rgb(180,122,180); }

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

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

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

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

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

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

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