#B47EB2

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

Shades of London Hue #B47EB2

Tints of London Hue #B47EB2

Color information

#B47EB2 (or 0xB47EB2) is unknown color: approx London Hue. HEX triplet: B4, 7E and B2. RGB value is (180,126,178). Sum of RGB (Red+Green+Blue) = 180+126+178=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B47EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47EB2 is #4B814D. Grayscale: #939393. Windows color (decimal): -4948302 or 11697844. OLE color: 11697844.

HSL color Cylindrical-coordinate representation of color #B47EB2: hue angle of 302.22º degrees, saturation: 0.26, 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 #B47EB2 is Cyan = 0, Magento = 0.3, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB180126178-
CMYK00.30.010.29
HSL302.22º26.47%60%-
HSV(B)302.22º30%70.59%-
XYZ34.3227.8445.68-
YUV148.07144.89150.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.19%
GREEN value IS 126 (49.61% from 255) = 26.03%
BLUE value IS 178 (69.92% from 255) = 36.78%
R=37.19%
G=26.03%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012617800.30.010.29302.2226.4760
HexB47EB201E11D12e1a3c
Octal2641762620361354563274
Binary1011010011111101011001001111011110110010111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47EB2; }

 p { color: rgb(180,126,178); }

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

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

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

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

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

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

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