#B58EB4

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

Shades of London Hue #B58EB4

Tints of London Hue #B58EB4

Color information

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

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

Color convert

RGB181142180-
CMYK00.220.010.29
HSL301.54º20.86%63.33%-
HSV(B)301.54º21.55%70.98%-
XYZ36.9732.4747.5-
YUV157.99140.42144.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114218000.220.010.29301.5420.8663.33
HexB58EB401611D12e153f
Octal2652162640261354562577
Binary10110101100011101011010001011011110110010111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58EB4; }

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

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

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

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

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

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

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

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