#B582AB

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

Shades of London Hue #B582AB

Tints of London Hue #B582AB

Color information

#B582AB (or 0xB582AB) is unknown color: approx London Hue. HEX triplet: B5, 82 and AB. RGB value is (181,130,171). Sum of RGB (Red+Green+Blue) = 181+130+171=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B582AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B582AB is #4A7D54. Grayscale: #959595. Windows color (decimal): -4881749 or 11240117. OLE color: 11240117.

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

Color convert

RGB181130171-
CMYK00.280.060.29
HSL311.76º25.63%60.98%-
HSV(B)311.76º28.18%70.98%-
XYZ34.3928.7342.26-
YUV149.92139.9150.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 130 (51.17% from 255) = 26.97%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=37.55%
G=26.97%
B=35.48%

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
Decimal18113017100.280.060.29311.7625.6360.98
HexB582AB01C61D1381a3d
Octal2652022530346354703275
Binary1011010110000010101010110111001101110110011100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B582AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B582AB; }

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

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

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

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

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

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

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

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