#B58DB4

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

Shades of London Hue #B58DB4

Tints of London Hue #B58DB4

Color information

#B58DB4 (or 0xB58DB4) is unknown color: approx London Hue. HEX triplet: B5, 8D and B4. RGB value is (181,141,180). Sum of RGB (Red+Green+Blue) = 181+141+180=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 181 - color contains mainly: red. Hex color #B58DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DB4 is #4A724B. Grayscale: #9D9D9D. Windows color (decimal): -4878924 or 11832757. OLE color: 11832757.

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

Color convert

RGB181141180-
CMYK00.220.010.29
HSL301.5º21.28%63.14%-
HSV(B)301.5º22.1%70.98%-
XYZ36.8232.1747.45-
YUV157.41140.75144.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.06%
GREEN value IS 141 (55.47% from 255) = 28.09%
BLUE value IS 180 (70.70% from 255) = 35.86%
R=36.06%
G=28.09%
B=35.86%

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
Decimal18114118000.220.010.29301.521.2863.14
HexB58DB401611D12e153f
Octal2652152640261354562577
Binary10110101100011011011010001011011110110010111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58DB4; }

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

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

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

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

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

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

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

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