#B57FAD

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

Shades of London Hue #B57FAD

Tints of London Hue #B57FAD

Color information

#B57FAD (or 0xB57FAD) is unknown color: approx London Hue. HEX triplet: B5, 7F and AD. RGB value is (181,127,173). Sum of RGB (Red+Green+Blue) = 181+127+173=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 181 - color contains mainly: red. Hex color #B57FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57FAD is #4A8052. Grayscale: #949494. Windows color (decimal): -4882515 or 11370421. OLE color: 11370421.

HSL color Cylindrical-coordinate representation of color #B57FAD: hue angle of 308.89º 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 #B57FAD is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB181127173-
CMYK00.300.040.29
HSL308.89º26.73%60.39%-
HSV(B)308.89º29.83%70.98%-
XYZ34.1928.0243.14-
YUV148.39141.89151.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.63%
GREEN value IS 127 (50% from 255) = 26.40%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=37.63%
G=26.40%
B=35.97%

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
Decimal18112717300.300.040.29308.8926.7360.39
HexB57FAD01E41D1351b3c
Octal2651772550364354653374
Binary101101011111111101011010111101001110110011010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57FAD; }

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

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

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

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

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

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

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

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