#B57BAE

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

Shades of London Hue #B57BAE

Tints of London Hue #B57BAE

Color information

#B57BAE (or 0xB57BAE) is unknown color: approx London Hue. HEX triplet: B5, 7B and AE. RGB value is (181,123,174). Sum of RGB (Red+Green+Blue) = 181+123+174=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B57BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57BAE is #4A8451. Grayscale: #929292. Windows color (decimal): -4883538 or 11434933. OLE color: 11434933.

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

Color convert

RGB181123174-
CMYK00.320.040.29
HSL307.24º28.16%59.61%-
HSV(B)307.24º32.04%70.98%-
XYZ33.7827.0543.48-
YUV146.16143.72152.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 123 (48.44% from 255) = 25.73%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=37.87%
G=25.73%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112317400.320.040.29307.2428.1659.61
HexB57BAE02041D1331c3c
Octal2651732560404354633474
Binary1011010111110111010111001000001001110110011001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57BAE; }

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

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

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

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

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

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

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

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