#B581A9

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

Shades of London Hue #B581A9

Tints of London Hue #B581A9

Color information

#B581A9 (or 0xB581A9) is unknown color: approx London Hue. HEX triplet: B5, 81 and A9. RGB value is (181,129,169). Sum of RGB (Red+Green+Blue) = 181+129+169=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 169 (66.41% from 255 or 35.28% from 479); Max value from RGB is 181 - color contains mainly: red. Hex color #B581A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B581A9 is #4A7E56. Grayscale: #959595. Windows color (decimal): -4882007 or 11108789. OLE color: 11108789.

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

Color convert

RGB181129169-
CMYK00.290.070.29
HSL313.85º26%60.78%-
HSV(B)313.85º28.73%70.98%-
XYZ34.0728.3941.22-
YUV149.11139.23150.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.79%
GREEN value IS 129 (50.78% from 255) = 26.93%
BLUE value IS 169 (66.41% from 255) = 35.28%
R=37.79%
G=26.93%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112916900.290.070.29313.852660.78
HexB581A901D71D13a1a3d
Octal2652012510357354723275
Binary1011010110000001101010010111011111110110011101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B581A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B581A9; }

 p { color: rgb(181,129,169); }

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

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

 a { background-color: rgb(181,129,169); }

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

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

 span { border-color: rgb(181,129,169); }

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