#B584B9

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

Shades of London Hue #B584B9

Tints of London Hue #B584B9

Color information

#B584B9 (or 0xB584B9) is unknown color: approx London Hue. HEX triplet: B5, 84 and B9. RGB value is (181,132,185). Sum of RGB (Red+Green+Blue) = 181+132+185=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 185 - color contains mainly: blue. Hex color #B584B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B584B9 is #4A7B46. Grayscale: #989898. Windows color (decimal): -4881223 or 12158133. OLE color: 12158133.

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

Color convert

RGB181132185-
CMYK0.020.2900.27
HSL295.47º27.46%62.16%-
HSV(B)295.47º28.65%72.55%-
XYZ36.0629.8349.76-
YUV152.69146.23148.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.35%
GREEN value IS 132 (51.95% from 255) = 26.51%
BLUE value IS 185 (72.66% from 255) = 37.15%
R=36.35%
G=26.51%
B=37.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811321850.020.2900.27295.4727.4662.16
HexB584B921D01B1271b3e
Octal2652042712350334473376
Binary101101011000010010111001101110101101110010011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B584B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B584B9; }

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

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

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

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

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

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

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

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