#B585AF

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

Shades of London Hue #B585AF

Tints of London Hue #B585AF

Color information

#B585AF (or 0xB585AF) is unknown color: approx London Hue. HEX triplet: B5, 85 and AF. RGB value is (181,133,175). Sum of RGB (Red+Green+Blue) = 181+133+175=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 181 - color contains mainly: red. Hex color #B585AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B585AF is #4A7A50. Grayscale: #989898. Windows color (decimal): -4880977 or 11503029. OLE color: 11503029.

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

Color convert

RGB181133175-
CMYK00.270.030.29
HSL307.5º24.49%61.57%-
HSV(B)307.5º26.52%70.98%-
XYZ35.1829.6944.43-
YUV152.14140.9148.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.01%
GREEN value IS 133 (52.34% from 255) = 27.20%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=37.01%
G=27.20%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113317500.270.030.29307.524.4961.57
HexB585AF01B31D134183e
Octal2652052570333354643076
Binary101101011000010110101111011011111110110011010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B585AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B585AF; }

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

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

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

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

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

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

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

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