#B57EBF

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

Shades of East Side #B57EBF

Tints of East Side #B57EBF

Color information

#B57EBF (or 0xB57EBF) is unknown color: approx East Side. HEX triplet: B5, 7E and BF. RGB value is (181,126,191). Sum of RGB (Red+Green+Blue) = 181+126+191=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #B57EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57EBF is #4A8140. Grayscale: #959595. Windows color (decimal): -4882753 or 12549813. OLE color: 12549813.

HSL color Cylindrical-coordinate representation of color #B57EBF: hue angle of 290.77º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B57EBF is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181126191-
CMYK0.050.3400.25
HSL290.77º33.68%62.16%-
HSV(B)290.77º34.03%74.9%-
XYZ35.9228.5152.9-
YUV149.85151.22150.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.35%
GREEN value IS 126 (49.61% from 255) = 25.30%
BLUE value IS 191 (75% from 255) = 38.35%
R=36.35%
G=25.30%
B=38.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811261910.050.3400.25290.7733.6862.16
HexB57EBF522019123223e
Octal2651762775420314434276
Binary10110101111111010111111101100010011001100100011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57EBF; }

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

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

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

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

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

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

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

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