#B57DAE

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

Shades of London Hue #B57DAE

Tints of London Hue #B57DAE

Color information

#B57DAE (or 0xB57DAE) is unknown color: approx London Hue. HEX triplet: B5, 7D and AE. RGB value is (181,125,174). Sum of RGB (Red+Green+Blue) = 181+125+174=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 181 - color contains mainly: red. Hex color #B57DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57DAE is #4A8251. Grayscale: #939393. Windows color (decimal): -4883026 or 11435445. OLE color: 11435445.

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

Color convert

RGB181125174-
CMYK00.310.040.29
HSL307.5º27.45%60%-
HSV(B)307.5º30.94%70.98%-
XYZ34.0327.5543.57-
YUV147.33143.05152.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.71%
GREEN value IS 125 (49.22% from 255) = 26.04%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=37.71%
G=26.04%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112517400.310.040.29307.527.4560
HexB57DAE01F41D1341b3c
Octal2651752560374354643374
Binary101101011111101101011100111111001110110011010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57DAE; }

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

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

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

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

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

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

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

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