#B57DAC

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

Shades of London Hue #B57DAC

Tints of London Hue #B57DAC

Color information

#B57DAC (or 0xB57DAC) is unknown color: approx London Hue. HEX triplet: B5, 7D and AC. RGB value is (181,125,172). Sum of RGB (Red+Green+Blue) = 181+125+172=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B57DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57DAC is #4A8253. Grayscale: #929292. Windows color (decimal): -4883028 or 11304373. OLE color: 11304373.

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

Color convert

RGB181125172-
CMYK00.310.050.29
HSL309.64º27.45%60%-
HSV(B)309.64º30.94%70.98%-
XYZ33.8427.4742.55-
YUV147.1142.05152.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 125 (49.22% from 255) = 26.15%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=37.87%
G=26.15%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112517200.310.050.29309.6427.4560
HexB57DAC01F51D1361b3c
Octal2651752540375354663374
Binary101101011111101101011000111111011110110011011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57DAC; }

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

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

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

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

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

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

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

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