#B585AB

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

Shades of London Hue #B585AB

Tints of London Hue #B585AB

Color information

#B585AB (or 0xB585AB) is unknown color: approx London Hue. HEX triplet: B5, 85 and AB. RGB value is (181,133,171). Sum of RGB (Red+Green+Blue) = 181+133+171=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B585AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B585AB is #4A7A54. Grayscale: #979797. Windows color (decimal): -4880981 or 11240885. OLE color: 11240885.

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

Color convert

RGB181133171-
CMYK00.270.060.29
HSL312.5º24.49%61.57%-
HSV(B)312.5º26.52%70.98%-
XYZ34.7929.5442.4-
YUV151.68138.9148.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 133 (52.34% from 255) = 27.42%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=37.32%
G=27.42%
B=35.26%

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
Decimal18113317100.270.060.29312.524.4961.57
HexB585AB01B61D138183e
Octal2652052530336354703076
Binary1011010110000101101010110110111101110110011100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B585AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B585AB; }

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

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

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

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

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

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

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

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