#B47FB5

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

Shades of London Hue #B47FB5

Tints of London Hue #B47FB5

Color information

#B47FB5 (or 0xB47FB5) is unknown color: approx London Hue. HEX triplet: B4, 7F and B5. RGB value is (180,127,181). Sum of RGB (Red+Green+Blue) = 180+127+181=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 181 - color contains mainly: blue. Hex color #B47FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47FB5 is #4B804A. Grayscale: #949494. Windows color (decimal): -4948043 or 11894708. OLE color: 11894708.

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

Color convert

RGB180127181-
CMYK0.010.3000.29
HSL298.89º26.73%60.39%-
HSV(B)298.89º29.83%70.98%-
XYZ34.7528.2247.33-
YUV149146.06150.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.89%
GREEN value IS 127 (50% from 255) = 26.02%
BLUE value IS 181 (71.09% from 255) = 37.09%
R=36.89%
G=26.02%
B=37.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801271810.010.3000.29298.8926.7360.39
HexB47FB511E01D12b1b3c
Octal2641772651360354533374
Binary1011010011111111011010111111001110110010101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47FB5; }

 p { color: rgb(180,127,181); }

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

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

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

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

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

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

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