#B48BAE

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

Shades of London Hue #B48BAE

Tints of London Hue #B48BAE

Color information

#B48BAE (or 0xB48BAE) is unknown color: approx London Hue. HEX triplet: B4, 8B and AE. RGB value is (180,139,174). Sum of RGB (Red+Green+Blue) = 180+139+174=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 180 - color contains mainly: red. Hex color #B48BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48BAE is #4B7451. Grayscale: #9B9B9B. Windows color (decimal): -4944978 or 11439028. OLE color: 11439028.

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

Color convert

RGB180139174-
CMYK00.230.030.29
HSL308.78º21.47%62.55%-
HSV(B)308.78º22.78%70.59%-
XYZ35.6931.2244.19-
YUV155.25138.58145.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.51%
GREEN value IS 139 (54.69% from 255) = 28.19%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=36.51%
G=28.19%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013917400.230.030.29308.7821.4762.55
HexB48BAE01731D135153f
Octal2642132560273354652577
Binary101101001000101110101110010111111110110011010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BAE; }

 p { color: rgb(180,139,174); }

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

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

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

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

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

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

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