#B57AB7

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

Shades of London Hue #B57AB7

Tints of London Hue #B57AB7

Color information

#B57AB7 (or 0xB57AB7) is unknown color: approx London Hue. HEX triplet: B5, 7A and B7. RGB value is (181,122,183). Sum of RGB (Red+Green+Blue) = 181+122+183=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 183 - color contains mainly: blue. Hex color #B57AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57AB7 is #4A8548. Grayscale: #929292. Windows color (decimal): -4883785 or 12024501. OLE color: 12024501.

HSL color Cylindrical-coordinate representation of color #B57AB7: hue angle of 298.03º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B57AB7 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB181122183-
CMYK0.010.3300.28
HSL298.03º29.76%59.8%-
HSV(B)298.03º33.33%71.76%-
XYZ34.5627.1648.22-
YUV146.6148.55152.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 122 (48.05% from 255) = 25.10%
BLUE value IS 183 (71.88% from 255) = 37.65%
R=37.24%
G=25.10%
B=37.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1811221830.010.3300.28298.0329.7659.8
HexB57AB712101C12a1e3c
Octal2651722671410344523674
Binary10110101111101010110111110000101110010010101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57AB7; }

 p { color: rgb(181,122,183); }

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

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

 a { background-color: rgb(181,122,183); }

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

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

 span { border-color: rgb(181,122,183); }

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