#B581AD

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

Shades of London Hue #B581AD

Tints of London Hue #B581AD

Color information

#B581AD (or 0xB581AD) is unknown color: approx London Hue. HEX triplet: B5, 81 and AD. RGB value is (181,129,173). Sum of RGB (Red+Green+Blue) = 181+129+173=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 181 - color contains mainly: red. Hex color #B581AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B581AD is #4A7E52. Grayscale: #959595. Windows color (decimal): -4882003 or 11370933. OLE color: 11370933.

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

Color convert

RGB181129173-
CMYK00.290.040.29
HSL309.23º26%60.78%-
HSV(B)309.23º28.73%70.98%-
XYZ34.4528.5443.23-
YUV149.56141.23150.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 129 (50.78% from 255) = 26.71%
BLUE value IS 173 (67.97% from 255) = 35.82%
R=37.47%
G=26.71%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112917300.290.040.29309.232660.78
HexB581AD01D41D1351a3d
Octal2652012550354354653275
Binary1011010110000001101011010111011001110110011010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B581AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B581AD; }

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

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

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

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

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

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

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

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