#B38EB2

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

Shades of London Hue #B38EB2

Tints of London Hue #B38EB2

Color information

#B38EB2 (or 0xB38EB2) is unknown color: approx London Hue. HEX triplet: B3, 8E and B2. RGB value is (179,142,178). Sum of RGB (Red+Green+Blue) = 179+142+178=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 179 - color contains mainly: red. Hex color #B38EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38EB2 is #4C714D. Grayscale: #9D9D9D. Windows color (decimal): -5009742 or 11701939. OLE color: 11701939.

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

Color convert

RGB179142178-
CMYK00.210.010.30
HSL301.62º19.58%62.94%-
HSV(B)301.62º20.67%70.2%-
XYZ36.332.1446.41-
YUV157.17139.76143.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.87%
GREEN value IS 142 (55.86% from 255) = 28.46%
BLUE value IS 178 (69.92% from 255) = 35.67%
R=35.87%
G=28.46%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914217800.210.010.30301.6219.5862.94
HexB38EB201511E12e143f
Octal2632162620251364562477
Binary10110011100011101011001001010111111010010111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38EB2; }

 p { color: rgb(179,142,178); }

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

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

 a { background-color: rgb(179,142,178); }

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

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

 span { border-color: rgb(179,142,178); }

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