#B581B9

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

Shades of London Hue #B581B9

Tints of London Hue #B581B9

Color information

#B581B9 (or 0xB581B9) is unknown color: approx London Hue. HEX triplet: B5, 81 and B9. RGB value is (181,129,185). Sum of RGB (Red+Green+Blue) = 181+129+185=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 185 - color contains mainly: blue. Hex color #B581B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B581B9 is #4A7E46. Grayscale: #969696. Windows color (decimal): -4881991 or 12157365. OLE color: 12157365.

HSL color Cylindrical-coordinate representation of color #B581B9: hue angle of 295.71º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B581B9 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181129185-
CMYK0.020.3000.27
HSL295.71º28.57%61.57%-
HSV(B)295.71º30.27%72.55%-
XYZ35.6629.0349.62-
YUV150.93147.23149.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.57%
GREEN value IS 129 (50.78% from 255) = 26.06%
BLUE value IS 185 (72.66% from 255) = 37.37%
R=36.57%
G=26.06%
B=37.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811291850.020.3000.27295.7128.5761.57
HexB581B921E01B1281d3e
Octal2652012712360334503576
Binary101101011000000110111001101111001101110010100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B581B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B581B9; }

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

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

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

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

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

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

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

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