#B581B5

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

Shades of London Hue #B581B5

Tints of London Hue #B581B5

Color information

#B581B5 (or 0xB581B5) is unknown color: approx London Hue. HEX triplet: B5, 81 and B5. RGB value is (181,129,181). Sum of RGB (Red+Green+Blue) = 181+129+181=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B581B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B581B5 is #4A7E4A. Grayscale: #969696. Windows color (decimal): -4881995 or 11895221. OLE color: 11895221.

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

Color convert

RGB181129181-
CMYK00.2900.29
HSL300º26%60.78%-
HSV(B)300º28.73%70.98%-
XYZ35.2528.8647.43-
YUV150.48145.23149.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.86%
GREEN value IS 129 (50.78% from 255) = 26.27%
BLUE value IS 181 (71.09% from 255) = 36.86%
R=36.86%
G=26.27%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112918100.2900.293002660.78
HexB581B501D01D12c1a3d
Octal2652012650350354543275
Binary10110101100000011011010101110101110110010110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B581B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B581B5; }

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

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

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

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

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

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

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

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