#B584AE

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

Shades of London Hue #B584AE

Tints of London Hue #B584AE

Color information

#B584AE (or 0xB584AE) is unknown color: approx London Hue. HEX triplet: B5, 84 and AE. RGB value is (181,132,174). Sum of RGB (Red+Green+Blue) = 181+132+174=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 181 - color contains mainly: red. Hex color #B584AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B584AE is #4A7B51. Grayscale: #979797. Windows color (decimal): -4881234 or 11437237. OLE color: 11437237.

HSL color Cylindrical-coordinate representation of color #B584AE: hue angle of 308.57º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B584AE is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB181132174-
CMYK00.270.040.29
HSL308.57º24.87%61.37%-
HSV(B)308.57º27.07%70.98%-
XYZ34.9529.3843.87-
YUV151.44140.73149.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.17%
GREEN value IS 132 (51.95% from 255) = 27.10%
BLUE value IS 174 (68.36% from 255) = 35.73%
R=37.17%
G=27.10%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113217400.270.040.29308.5724.8761.37
HexB584AE01B41D135193d
Octal2652042560334354653175
Binary1011010110000100101011100110111001110110011010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B584AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B584AE; }

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

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

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

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

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

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

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

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