#B57EBB

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

Shades of East Side #B57EBB

Tints of East Side #B57EBB

Color information

#B57EBB (or 0xB57EBB) is unknown color: approx East Side. HEX triplet: B5, 7E and BB. RGB value is (181,126,187). Sum of RGB (Red+Green+Blue) = 181+126+187=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #B57EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57EBB is #4A8144. Grayscale: #959595. Windows color (decimal): -4882757 or 12287669. OLE color: 12287669.

HSL color Cylindrical-coordinate representation of color #B57EBB: hue angle of 294.1º 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 #B57EBB is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181126187-
CMYK0.030.3300.27
HSL294.1º30.96%61.37%-
HSV(B)294.1º32.62%73.33%-
XYZ35.4928.3350.61-
YUV149.4149.22150.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.64%
GREEN value IS 126 (49.61% from 255) = 25.51%
BLUE value IS 187 (73.44% from 255) = 37.85%
R=36.64%
G=25.51%
B=37.85%

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
Decimal1811261870.030.3300.27294.130.9661.37
HexB57EBB32101B1261f3d
Octal2651762733410334463775
Binary101101011111110101110111110000101101110010011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57EBB; }

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

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

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

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

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

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

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

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