#B580AA

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

Shades of London Hue #B580AA

Tints of London Hue #B580AA

Color information

#B580AA (or 0xB580AA) is unknown color: approx London Hue. HEX triplet: B5, 80 and AA. RGB value is (181,128,170). Sum of RGB (Red+Green+Blue) = 181+128+170=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 181 - color contains mainly: red. Hex color #B580AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B580AA is #4A7F55. Grayscale: #949494. Windows color (decimal): -4882262 or 11174069. OLE color: 11174069.

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

Color convert

RGB181128170-
CMYK00.290.060.29
HSL312.45º26.37%60.59%-
HSV(B)312.45º29.28%70.98%-
XYZ34.0328.1641.67-
YUV148.64140.06151.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.79%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 170 (66.80% from 255) = 35.49%
R=37.79%
G=26.72%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112817000.290.060.29312.4526.3760.59
HexB580AA01D61D1381a3d
Octal2652002520356354703275
Binary1011010110000000101010100111011101110110011100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B580AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B580AA; }

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

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

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

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

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

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

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

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