#B57FAE

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

Shades of London Hue #B57FAE

Tints of London Hue #B57FAE

Color information

#B57FAE (or 0xB57FAE) is unknown color: approx London Hue. HEX triplet: B5, 7F and AE. RGB value is (181,127,174). Sum of RGB (Red+Green+Blue) = 181+127+174=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B57FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57FAE is #4A8051. Grayscale: #949494. Windows color (decimal): -4882514 or 11435957. OLE color: 11435957.

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

Color convert

RGB181127174-
CMYK00.300.040.29
HSL307.78º26.73%60.39%-
HSV(B)307.78º29.83%70.98%-
XYZ34.2928.0643.65-
YUV148.5142.39151.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 127 (50% from 255) = 26.35%
BLUE value IS 174 (68.36% from 255) = 36.10%
R=37.55%
G=26.35%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112717400.300.040.29307.7826.7360.39
HexB57FAE01E41D1341b3c
Octal2651772560364354643374
Binary101101011111111101011100111101001110110011010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57FAE; }

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

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

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

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

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

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

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

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