#B57EB3

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

Shades of London Hue #B57EB3

Tints of London Hue #B57EB3

Color information

#B57EB3 (or 0xB57EB3) is unknown color: approx London Hue. HEX triplet: B5, 7E and B3. RGB value is (181,126,179). Sum of RGB (Red+Green+Blue) = 181+126+179=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 181 - color contains mainly: red. Hex color #B57EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57EB3 is #4A814C. Grayscale: #949494. Windows color (decimal): -4882765 or 11763381. OLE color: 11763381.

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

Color convert

RGB181126179-
CMYK00.300.010.29
HSL302.18º27.09%60.2%-
HSV(B)302.18º30.39%70.98%-
XYZ34.652846.23-
YUV148.49145.22151.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 126 (49.61% from 255) = 25.93%
BLUE value IS 179 (70.31% from 255) = 36.83%
R=37.24%
G=25.93%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112617900.300.010.29302.1827.0960.2
HexB57EB301E11D12e1b3c
Octal2651762630361354563374
Binary1011010111111101011001101111011110110010111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57EB3; }

 p { color: rgb(181,126,179); }

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

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

 a { background-color: rgb(181,126,179); }

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

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

 span { border-color: rgb(181,126,179); }

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