#B57FBE

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

Shades of East Side #B57FBE

Tints of East Side #B57FBE

Color information

#B57FBE (or 0xB57FBE) is unknown color: approx East Side. HEX triplet: B5, 7F and BE. RGB value is (181,127,190). Sum of RGB (Red+Green+Blue) = 181+127+190=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #B57FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57FBE is #4A8041. Grayscale: #969696. Windows color (decimal): -4882498 or 12484533. OLE color: 12484533.

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

Color convert

RGB181127190-
CMYK0.050.3300.25
HSL291.43º32.64%62.16%-
HSV(B)291.43º33.16%74.51%-
XYZ35.9428.7252.36-
YUV150.33150.39149.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.35%
GREEN value IS 127 (50% from 255) = 25.50%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=36.35%
G=25.50%
B=38.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811271900.050.3300.25291.4332.6462.16
HexB57FBE521019123213e
Octal2651772765410314434176
Binary10110101111111110111110101100001011001100100011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57FBE; }

 p { color: rgb(181,127,190); }

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

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

 a { background-color: rgb(181,127,190); }

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

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

 span { border-color: rgb(181,127,190); }

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