#B582AC

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

Shades of London Hue #B582AC

Tints of London Hue #B582AC

Color information

#B582AC (or 0xB582AC) is unknown color: approx London Hue. HEX triplet: B5, 82 and AC. RGB value is (181,130,172). Sum of RGB (Red+Green+Blue) = 181+130+172=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 181 - color contains mainly: red. Hex color #B582AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B582AC is #4A7D53. Grayscale: #959595. Windows color (decimal): -4881748 or 11305653. OLE color: 11305653.

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

Color convert

RGB181130172-
CMYK00.280.050.29
HSL310.59º25.63%60.98%-
HSV(B)310.59º28.18%70.98%-
XYZ34.4928.7742.76-
YUV150.04140.4150.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 130 (51.17% from 255) = 26.92%
BLUE value IS 172 (67.58% from 255) = 35.61%
R=37.47%
G=26.92%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113017200.280.050.29310.5925.6360.98
HexB582AC01C51D1371a3d
Octal2652022540345354673275
Binary1011010110000010101011000111001011110110011011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B582AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B582AC; }

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

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

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

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

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

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

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

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