#B585A9

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

Shades of London Hue #B585A9

Tints of London Hue #B585A9

Color information

#B585A9 (or 0xB585A9) is unknown color: approx London Hue. HEX triplet: B5, 85 and A9. RGB value is (181,133,169). Sum of RGB (Red+Green+Blue) = 181+133+169=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 181 - color contains mainly: red. Hex color #B585A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B585A9 is #4A7A56. Grayscale: #979797. Windows color (decimal): -4880983 or 11109813. OLE color: 11109813.

HSL color Cylindrical-coordinate representation of color #B585A9: hue angle of 315º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B585A9 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB181133169-
CMYK00.270.070.29
HSL315º24.49%61.57%-
HSV(B)315º26.52%70.98%-
XYZ34.6129.4641.4-
YUV151.46137.9149.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 133 (52.34% from 255) = 27.54%
BLUE value IS 169 (66.41% from 255) = 34.99%
R=37.47%
G=27.54%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113316900.270.070.2931524.4961.57
HexB585A901B71D13b183e
Octal2652052510337354733076
Binary1011010110000101101010010110111111110110011101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B585A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B585A9; }

 p { color: rgb(181,133,169); }

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

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

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

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

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

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

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