#B582AE

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

Shades of London Hue #B582AE

Tints of London Hue #B582AE

Color information

#B582AE (or 0xB582AE) is unknown color: approx London Hue. HEX triplet: B5, 82 and AE. RGB value is (181,130,174). Sum of RGB (Red+Green+Blue) = 181+130+174=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B582AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B582AE is #4A7D51. Grayscale: #969696. Windows color (decimal): -4881746 or 11436725. OLE color: 11436725.

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

Color convert

RGB181130174-
CMYK00.280.040.29
HSL308.24º25.63%60.98%-
HSV(B)308.24º28.18%70.98%-
XYZ34.6828.8543.78-
YUV150.27141.4149.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 130 (51.17% from 255) = 26.80%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=37.32%
G=26.80%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113017400.280.040.29308.2425.6360.98
HexB582AE01C41D1341a3d
Octal2652022560344354643275
Binary1011010110000010101011100111001001110110011010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B582AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B582AE; }

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

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

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

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

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

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

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

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