#B57EBA

Color #B57EBA East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B57EBA

Tints of East Side #B57EBA

Color information

#B57EBA (or 0xB57EBA) is unknown color: approx East Side. HEX triplet: B5, 7E and BA. RGB value is (181,126,186). Sum of RGB (Red+Green+Blue) = 181+126+186=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #B57EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57EBA is #4A8145. Grayscale: #959595. Windows color (decimal): -4882758 or 12222133. OLE color: 12222133.

HSL color Cylindrical-coordinate representation of color #B57EBA: hue angle of 295º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B57EBA is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181126186-
CMYK0.030.3200.27
HSL295º30.3%61.18%-
HSV(B)295º32.26%72.94%-
XYZ35.3828.2950.05-
YUV149.28148.72150.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.71%
GREEN value IS 126 (49.61% from 255) = 25.56%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=36.71%
G=25.56%
B=37.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811261860.030.3200.2729530.361.18
HexB57EBA32001B1271e3d
Octal2651762723400334473675
Binary101101011111110101110101110000001101110010011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57EBA; }

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

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

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

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

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

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

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

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