#B582AA

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

Shades of London Hue #B582AA

Tints of London Hue #B582AA

Color information

#B582AA (or 0xB582AA) is unknown color: approx London Hue. HEX triplet: B5, 82 and AA. RGB value is (181,130,170). Sum of RGB (Red+Green+Blue) = 181+130+170=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 181 - color contains mainly: red. Hex color #B582AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B582AA is #4A7D55. Grayscale: #959595. Windows color (decimal): -4881750 or 11174581. OLE color: 11174581.

HSL color Cylindrical-coordinate representation of color #B582AA: hue angle of 312.94º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B582AA is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB181130170-
CMYK00.280.060.29
HSL312.94º25.63%60.98%-
HSV(B)312.94º28.18%70.98%-
XYZ34.2928.6941.76-
YUV149.81139.4150.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.63%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=37.63%
G=27.03%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113017000.280.060.29312.9425.6360.98
HexB582AA01C61D1391a3d
Octal2652022520346354713275
Binary1011010110000010101010100111001101110110011100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B582AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B582AA; }

 p { color: rgb(181,130,170); }

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

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

 a { background-color: rgb(181,130,170); }

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

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

 span { border-color: rgb(181,130,170); }

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