#B47EB4

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

Shades of London Hue #B47EB4

Tints of London Hue #B47EB4

Color information

#B47EB4 (or 0xB47EB4) is unknown color: approx London Hue. HEX triplet: B4, 7E and B4. RGB value is (180,126,180). Sum of RGB (Red+Green+Blue) = 180+126+180=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B47EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47EB4 is #4B814B. Grayscale: #949494. Windows color (decimal): -4948300 or 11828916. OLE color: 11828916.

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

Color convert

RGB180126180-
CMYK00.300.29
HSL300º26.47%60%-
HSV(B)300º30%70.59%-
XYZ34.5227.9246.75-
YUV148.3145.89150.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 126 (49.61% from 255) = 25.93%
BLUE value IS 180 (70.70% from 255) = 37.04%
R=37.04%
G=25.93%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012618000.300.2930026.4760
HexB47EB401E01D12c1a3c
Octal2641762640360354543274
Binary1011010011111101011010001111001110110010110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47EB4; }

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

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

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

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

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

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

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

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