#B585AA

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

Shades of London Hue #B585AA

Tints of London Hue #B585AA

Color information

#B585AA (or 0xB585AA) is unknown color: approx London Hue. HEX triplet: B5, 85 and AA. RGB value is (181,133,170). Sum of RGB (Red+Green+Blue) = 181+133+170=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 181 - color contains mainly: red. Hex color #B585AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B585AA is #4A7A55. Grayscale: #979797. Windows color (decimal): -4880982 or 11175349. OLE color: 11175349.

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

Color convert

RGB181133170-
CMYK00.270.060.29
HSL313.75º24.49%61.57%-
HSV(B)313.75º26.52%70.98%-
XYZ34.729.541.9-
YUV151.57138.4148.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.40%
GREEN value IS 133 (52.34% from 255) = 27.48%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=37.40%
G=27.48%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113317000.270.060.29313.7524.4961.57
HexB585AA01B61D13a183e
Octal2652052520336354723076
Binary1011010110000101101010100110111101110110011101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B585AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B585AA; }

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

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

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

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

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

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

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

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