#B57CBA

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

Shades of East Side #B57CBA

Tints of East Side #B57CBA

Color information

#B57CBA (or 0xB57CBA) is unknown color: approx East Side. HEX triplet: B5, 7C and BA. RGB value is (181,124,186). Sum of RGB (Red+Green+Blue) = 181+124+186=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #B57CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57CBA is #4A8345. Grayscale: #939393. Windows color (decimal): -4883270 or 12221621. OLE color: 12221621.

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

Color convert

RGB181124186-
CMYK0.030.3300.27
HSL295.16º31%60.78%-
HSV(B)295.16º33.33%72.94%-
XYZ35.1327.7849.97-
YUV148.11149.38151.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.86%
GREEN value IS 124 (48.83% from 255) = 25.25%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=36.86%
G=25.25%
B=37.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811241860.030.3300.27295.163160.78
HexB57CBA32101B1271f3d
Octal2651742723410334473775
Binary101101011111100101110101110000101101110010011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57CBA; }

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

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

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

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

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

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

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

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