#B581AC

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

Shades of London Hue #B581AC

Tints of London Hue #B581AC

Color information

#B581AC (or 0xB581AC) is unknown color: approx London Hue. HEX triplet: B5, 81 and AC. RGB value is (181,129,172). Sum of RGB (Red+Green+Blue) = 181+129+172=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B581AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B581AC is #4A7E53. Grayscale: #959595. Windows color (decimal): -4882004 or 11305397. OLE color: 11305397.

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

Color convert

RGB181129172-
CMYK00.290.050.29
HSL310.38º26%60.78%-
HSV(B)310.38º28.73%70.98%-
XYZ34.3528.542.72-
YUV149.45140.73150.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 129 (50.78% from 255) = 26.76%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=37.55%
G=26.76%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112917200.290.050.29310.382660.78
HexB581AC01D51D1361a3d
Octal2652012540355354663275
Binary1011010110000001101011000111011011110110011011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B581AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B581AC; }

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

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

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

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

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

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

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

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