#B48EB5

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

Shades of London Hue #B48EB5

Tints of London Hue #B48EB5

Color information

#B48EB5 (or 0xB48EB5) is unknown color: approx London Hue. HEX triplet: B4, 8E and B5. RGB value is (180,142,181). Sum of RGB (Red+Green+Blue) = 180+142+181=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 181 - color contains mainly: blue. Hex color #B48EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48EB5 is #4B714A. Grayscale: #9D9D9D. Windows color (decimal): -4944203 or 11898548. OLE color: 11898548.

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

Color convert

RGB180142181-
CMYK0.010.2200.29
HSL298.46º20.86%63.33%-
HSV(B)298.46º21.55%70.98%-
XYZ36.8432.3948.03-
YUV157.81141.09143.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 142 (55.86% from 255) = 28.23%
BLUE value IS 181 (71.09% from 255) = 35.98%
R=35.79%
G=28.23%
B=35.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801421810.010.2200.29298.4620.8663.33
HexB48EB511601D12a153f
Octal2642162651260354522577
Binary10110100100011101011010111011001110110010101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48EB5; }

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

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

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

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

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

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

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

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