#B582AD

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

Shades of London Hue #B582AD

Tints of London Hue #B582AD

Color information

#B582AD (or 0xB582AD) is unknown color: approx London Hue. HEX triplet: B5, 82 and AD. RGB value is (181,130,173). Sum of RGB (Red+Green+Blue) = 181+130+173=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 181 - color contains mainly: red. Hex color #B582AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B582AD is #4A7D52. Grayscale: #969696. Windows color (decimal): -4881747 or 11371189. OLE color: 11371189.

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

Color convert

RGB181130173-
CMYK00.280.040.29
HSL309.41º25.63%60.98%-
HSV(B)309.41º28.18%70.98%-
XYZ34.5828.8143.27-
YUV150.15140.9150-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.40%
GREEN value IS 130 (51.17% from 255) = 26.86%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=37.40%
G=26.86%
B=35.74%

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
Decimal18113017300.280.040.29309.4125.6360.98
HexB582AD01C41D1351a3d
Octal2652022550344354653275
Binary1011010110000010101011010111001001110110011010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B582AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B582AD; }

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

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

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

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

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

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

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

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