#B585B9

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

Shades of London Hue #B585B9

Tints of London Hue #B585B9

Color information

#B585B9 (or 0xB585B9) is unknown color: approx London Hue. HEX triplet: B5, 85 and B9. RGB value is (181,133,185). Sum of RGB (Red+Green+Blue) = 181+133+185=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 185 - color contains mainly: blue. Hex color #B585B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B585B9 is #4A7A46. Grayscale: #999999. Windows color (decimal): -4880967 or 12158389. OLE color: 12158389.

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

Color convert

RGB181133185-
CMYK0.020.2800.27
HSL295.38º27.08%62.35%-
HSV(B)295.38º28.11%72.55%-
XYZ36.230.149.8-
YUV153.28145.9147.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.27%
GREEN value IS 133 (52.34% from 255) = 26.65%
BLUE value IS 185 (72.66% from 255) = 37.07%
R=36.27%
G=26.65%
B=37.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811331850.020.2800.27295.3827.0862.35
HexB585B921C01B1271b3e
Octal2652052712340334473376
Binary101101011000010110111001101110001101110010011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B585B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B585B9; }

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

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

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

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

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

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

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

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