#B57ECB

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

Shades of East Side #B57ECB

Tints of East Side #B57ECB

Color information

#B57ECB (or 0xB57ECB) is unknown color: approx East Side. HEX triplet: B5, 7E and CB. RGB value is (181,126,203). Sum of RGB (Red+Green+Blue) = 181+126+203=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #B57ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57ECB is #4A8134. Grayscale: #969696. Windows color (decimal): -4882741 or 13336245. OLE color: 13336245.

HSL color Cylindrical-coordinate representation of color #B57ECB: hue angle of 282.86º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57ECB is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181126203-
CMYK0.110.3800.20
HSL282.86º42.54%64.51%-
HSV(B)282.86º37.93%79.61%-
XYZ37.329.0660.14-
YUV151.22157.22149.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.49%
GREEN value IS 126 (49.61% from 255) = 24.71%
BLUE value IS 203 (79.69% from 255) = 39.80%
R=35.49%
G=24.71%
B=39.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811262030.110.3800.20282.8642.5464.51
HexB57ECBB2601411b2b41
Octal265176313134602443353101
Binary1011010111111101100101110111001100101001000110111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57ECB; }

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

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

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

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

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

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

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

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