#B38AB1

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

Shades of London Hue #B38AB1

Tints of London Hue #B38AB1

Color information

#B38AB1 (or 0xB38AB1) is unknown color: approx London Hue. HEX triplet: B3, 8A and B1. RGB value is (179,138,177). Sum of RGB (Red+Green+Blue) = 179+138+177=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 179 - color contains mainly: red. Hex color #B38AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38AB1 is #4C754E. Grayscale: #9A9A9A. Windows color (decimal): -5010767 or 11635379. OLE color: 11635379.

HSL color Cylindrical-coordinate representation of color #B38AB1: hue angle of 302.93º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B38AB1 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB179138177-
CMYK00.230.010.30
HSL302.93º21.24%62.16%-
HSV(B)302.93º22.91%70.2%-
XYZ35.6130.9345.69-
YUV154.7140.58145.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.23%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 177 (69.53% from 255) = 35.83%
R=36.23%
G=27.94%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913817700.230.010.30302.9321.2462.16
HexB38AB101711E12f153e
Octal2632122610271364572576
Binary10110011100010101011000101011111111010010111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38AB1; }

 p { color: rgb(179,138,177); }

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

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

 a { background-color: rgb(179,138,177); }

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

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

 span { border-color: rgb(179,138,177); }

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