#B581B2

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

Shades of London Hue #B581B2

Tints of London Hue #B581B2

Color information

#B581B2 (or 0xB581B2) is unknown color: approx London Hue. HEX triplet: B5, 81 and B2. RGB value is (181,129,178). Sum of RGB (Red+Green+Blue) = 181+129+178=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B581B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B581B2 is #4A7E4D. Grayscale: #959595. Windows color (decimal): -4881998 or 11698613. OLE color: 11698613.

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

Color convert

RGB181129178-
CMYK00.290.020.29
HSL303.46º26%60.78%-
HSV(B)303.46º28.73%70.98%-
XYZ34.9428.7445.82-
YUV150.13143.73150.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.09%
GREEN value IS 129 (50.78% from 255) = 26.43%
BLUE value IS 178 (69.92% from 255) = 36.48%
R=37.09%
G=26.43%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112917800.290.020.29303.462660.78
HexB581B201D21D12f1a3d
Octal2652012620352354573275
Binary101101011000000110110010011101101110110010111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B581B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B581B2; }

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

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

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

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

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

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

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

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