#B58EB1

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

Shades of London Hue #B58EB1

Tints of London Hue #B58EB1

Color information

#B58EB1 (or 0xB58EB1) is unknown color: approx London Hue. HEX triplet: B5, 8E and B1. RGB value is (181,142,177). Sum of RGB (Red+Green+Blue) = 181+142+177=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 181 - color contains mainly: red. Hex color #B58EB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58EB1 is #4A714E. Grayscale: #9D9D9D. Windows color (decimal): -4878671 or 11636405. OLE color: 11636405.

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

Color convert

RGB181142177-
CMYK00.220.020.29
HSL306.15º20.86%63.33%-
HSV(B)306.15º21.55%70.98%-
XYZ36.6632.3445.91-
YUV157.65138.92144.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.2%
GREEN value IS 142 (55.86% from 255) = 28.4%
BLUE value IS 177 (69.53% from 255) = 35.4%
R=36.2%
G=28.4%
B=35.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114217700.220.020.29306.1520.8663.33
HexB58EB101621D132153f
Octal2652162610262354622577
Binary101101011000111010110001010110101110110011001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58EB1; }

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

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

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

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

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

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

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

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