#B47AB6

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

Shades of London Hue #B47AB6

Tints of London Hue #B47AB6

Color information

#B47AB6 (or 0xB47AB6) is unknown color: approx London Hue. HEX triplet: B4, 7A and B6. RGB value is (180,122,182). Sum of RGB (Red+Green+Blue) = 180+122+182=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 182 - color contains mainly: blue. Hex color #B47AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47AB6 is #4B8549. Grayscale: #929292. Windows color (decimal): -4949322 or 11958964. OLE color: 11958964.

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

Color convert

RGB180122182-
CMYK0.010.3300.29
HSL298º29.13%59.61%-
HSV(B)298º32.97%71.37%-
XYZ34.232747.66-
YUV146.18148.22152.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.19%
GREEN value IS 122 (48.05% from 255) = 25.21%
BLUE value IS 182 (71.48% from 255) = 37.60%
R=37.19%
G=25.21%
B=37.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801221820.010.3300.2929829.1359.61
HexB47AB612101D12a1d3c
Octal2641722661410354523574
Binary10110100111101010110110110000101110110010101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47AB6; }

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

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

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

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

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

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

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

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